- Fix payment check status url

This commit is contained in:
Djery-Tom 2023-06-22 16:36:25 +01:00
parent 80efef9576
commit b2feea2c11
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class iLinkTransactionController extends Controller
private $PAYOUT_URL = "/stripe/payOut";
private $REFUND_URL = "/adyen-api/v1/transaction/refund";
private $PAYMENT_CHECK_STATUS = "/check";
private $PAYMENT_CHECK_STATUS = "/checkStatus";
private $PAYING_NETWORK_SIMULATOR_SEND_FRAME_URL = 'http://localhost:8084/receive_payment';
/**