We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e843e10 + 0e3ce93 commit 6cbee44Copy full SHA for 6cbee44
README.md
@@ -109,7 +109,7 @@ $request = $gateway->fetchTransaction($data);
109
$response = $request->send();
110
```
111
112
-[API documentation](https://icepay2.docs.apiary.io/#reference/0/transaction)
+[API documentation](https://documentation.icepay.com/api/#operation/Get%20Transaction)
113
114
### Refund
115
*Do note: refunds implementation has not been tested.*
@@ -127,7 +127,7 @@ $request = $gateway->refund($data);
127
128
129
130
-[API documentation](https://icepay2.docs.apiary.io/#reference/0/transaction/refund)
+[API documentation](https://documentation.icepay.com/api/#operation/Refund)
131
132
## License
133
0 commit comments