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
I have a use case where the user does not complete their payment and I need to check the previous payment if it is already fulfilled.
However I cannot give an trxid with the CompletePurchaseRequest because of this code:
public function getTransactionReference()
{
return $this->httpRequest->query->get('trxid');
}
Hi,
I have a use case where the user does not complete their payment and I need to check the previous payment if it is already fulfilled.
However I cannot give an trxid with the
CompletePurchaseRequest
because of this code:This implementation does not work:
So, it is hardcoded that the trxid comes from the request query parameters. Is it somehow possible to circumvent this?
The text was updated successfully, but these errors were encountered: