You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a post request to /payments/{id}/capture, the additional header QuickPay-Callback-Url seem not to be attached - unless quickpay api ignores it. It insists on falling back to default callback url
When making a post request to /payments/{id}/capture, the additional header QuickPay-Callback-Url seem not to be attached - unless quickpay api ignores it. It insists on falling back to default callback url
$this->quickpay = new QuickPay(
':' . $api_key
[
'QuickPay-Callback-Url' => $callbackUrl
]
);
The text was updated successfully, but these errors were encountered: