omnipay-sagepay
omnipay-sagepay copied to clipboard
Sage Pay driver for the Omnipay PHP payment processing library
When my payments process they are going through as deferred.. I have followed this guide and I am using the SagePay Form intergration. How can I set it as payment...
The advantage of Omnipay is it's possible to re-use the same code across multiple processors. However, Sagepay makes that quite tricky because is supports multiple methods and requires the integrator...
This is more compatible with other processors that accept a token or card reference against the purchase and authorize actions in order to process a new payment using information stored...
This is a pull request that adds the PayPal integration that was built as part of the oilstone/omnipay-sagepay fork, however that fork cannot be merged back in due to changes...
Please share an example of how to reuse token for a monthly subscription payment. I can't find out in docs. please help me
`Omnipay\SagePay\Message\ServerNotifyRequest::sendData()` returns an instance of itself, however the docbloc of `Omnipay\Common\Message\AbstractRequest::sendData()` promises to return an instance of `Omnipay\Common\Message\ResponseInterface`. Obviously, `Omnipay\SagePay\Message\ServerNotifyRequest` is not an instance of the said interface.
Im running a Laravel 5.5 application on php 7.1 and use omnipay/sagepay 2.6. Using Apache MAMP. MacOS Catalina. Everything was working fine but suddenly I'm getting `Interface 'Guzzle\Parser\UriTemplate\UriTemplateInterface' not found`...
This is done in https://github.com/thephpleague/omnipay-sagepay/blob/2474c68d30e51f22913b7d2ca639a14ae2da1bec/src/Message/AbstractRequest.php#L177 It treats the item description as an ASCII string and strips out any non-ASCII character. This results in Western European international characters being removed, which...
The message prefixes `Direct`, `Server` and `Shared` should be moved to namespaces, just to simplify the structure, making it easier to read. It's not essential, any may introduce BC breaks...