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

Call to undefined method Omnipay\Qiwi\Message\PurchaseRequest::getSuccessUrl() #3

Open
iyamk opened this issue Jun 5, 2023 · 0 comments

Comments

@iyamk
Copy link

iyamk commented Jun 5, 2023

This damn library gives me an error


Error

Call to undefined method Omnipay\Qiwi\Message\PurchaseRequest::getSuccessUrl()

VENDORPATH/hiqdev/omnipay-qiwi/src/Message/PurchaseRequest.php at line 27

20             'returnUrl', 'cancelUrl', 'notifyUrl'
21         );
22 
23         return [
24             'from'       => $this->getProviderId(),
25             'summ'       => $this->getAmount(),
26             'currency'   => strtoupper($this->getCurrency()),
27             'successUrl' => $this->getSuccessUrl(),
28             'failUrl'    => $this->getFailureUrl(),
29             'txn_id'     => $this->getTransactionId(),
30             'comm'       => $this->getDescription(),
31             'alarm'      => 0,
32         ];
33     }
34 
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