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.
1 parent aa78339 commit ac805e0Copy full SHA for ac805e0
src/RelayPay.php
@@ -11,7 +11,7 @@
11
use RelayPay\SDK\Api\Transactions;
12
13
class RelayPay {
14
- const URL_TEST = 'https://sandbox-api.relaypay.io';
+ const URL_TEST = 'https://api.sandbox.relaypay.io';
15
const URL_PROD = 'https://api.relaypay.io';
16
17
private $client;
0 commit comments