thephpleague / omnipay-sagepay

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

Support repeat payments #66

Closed coatesap closed 8 years ago

coatesap commented 8 years ago

Repeat payments allow you to take a further payment against a customer's card, just using the previous transaction's reference, and the new amount. Very useful for various e-commerce and subscription applications.

coatesap commented 8 years ago

Also resolves #58. This has been tested in a production environment.

judgej commented 8 years ago

The currency for the repeat payments is hard-coded as GBP. It needs to be parameterised.