Skip to content

Commit ac805e0

Browse files
committed
corrected test url
1 parent aa78339 commit ac805e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RelayPay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use RelayPay\SDK\Api\Transactions;
1212

1313
class RelayPay {
14-
const URL_TEST = 'https://sandbox-api.relaypay.io';
14+
const URL_TEST = 'https://api.sandbox.relaypay.io';
1515
const URL_PROD = 'https://api.relaypay.io';
1616

1717
private $client;

0 commit comments

Comments
 (0)