thephpleague / omnipay-sagepay

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

Allow setting cardholder name directly #82

Closed jamslater closed 7 years ago

jamslater commented 7 years ago

Fixes #81

I used the same getter & setter as omnipay-braintree.

Barring major changes to Omnipay Common this seems like the least worst solution.

judgej commented 7 years ago

The field name cardholderName does seem to be a common name used by gateways that I have looked at, so I think it's a good one to go with.