- Fix payment check status url
This commit is contained in:
parent
80efef9576
commit
b2feea2c11
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue