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');
}