thephpleague / omnipay-sagepay

Sage Pay driver for the Omnipay PHP payment processing library
MIT License
55 stars 78 forks source link

Deferred payments on Server Gateway #41

Closed jrattue closed 8 years ago

jrattue commented 9 years ago

You cannot currently do DEFERRED payments using the Server gateway as the action is not mutable, as you can see here.

Do you have any plans for implementing this?

jrattue commented 9 years ago

I have submitted a pull request that will fix this issue. #42

judgej commented 8 years ago

Sorry this has been hanging around for so long. The PR was closed, as the DEFERRED transactions are (and always have been) already implemented as the OmniPay Authorize functionality.