Skip to content

Commit 6cbee44

Browse files
authored
Merge pull request #19 from superbrave/readme
[README] Updated the README.md with the latest documentation urls of Icepay.
2 parents e843e10 + 0e3ce93 commit 6cbee44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $request = $gateway->fetchTransaction($data);
109109
$response = $request->send();
110110
```
111111

112-
[API documentation](https://icepay2.docs.apiary.io/#reference/0/transaction)
112+
[API documentation](https://documentation.icepay.com/api/#operation/Get%20Transaction)
113113

114114
### Refund
115115
*Do note: refunds implementation has not been tested.*
@@ -127,7 +127,7 @@ $request = $gateway->refund($data);
127127
$response = $request->send();
128128
```
129129

130-
[API documentation](https://icepay2.docs.apiary.io/#reference/0/transaction/refund)
130+
[API documentation](https://documentation.icepay.com/api/#operation/Refund)
131131

132132
## License
133133

0 commit comments

Comments
 (0)