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
Thanks a lot for reaching out to us with this issue. I see that we indeed have it still hardcoded to a post method request. I created an internal ticket for this and we're gonna take a look at it asap!
Is your feature request related to a problem? Please describe.
Didn't find any method to force expiry of a payment link.
Describe the solution you'd like
$requestOptions
inpaymentLinks
method inCheckout
class should add option to change HTTP method.Describe alternatives you've considered
IDK, any other option, another method or some other argument.
Additional context
Checkout
class has only one methodpaymentLinks
which has hardcoded sent only byPOST
HTTP method.The text was updated successfully, but these errors were encountered: