Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to hook into the CompletePurchaseRequest getTransactionReference() function? #22

Open
basepack opened this issue May 6, 2021 · 0 comments

Comments

@basepack
Copy link

basepack commented May 6, 2021

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:

    public function getTransactionReference()
    {
        return $this->httpRequest->query->get('trxid');
    }

This implementation does not work:

$gateway->completePurchase([ 'trxid' => 'TEST982374982700' ])->send();

So, it is hardcoded that the trxid comes from the request query parameters. Is it somehow possible to circumvent this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant