thephpleague / omnipay-braintree

Braintree Driver for Omnipay Gateway
MIT License
34 stars 50 forks source link

Add the keys to the UpdatePaymentMethodRequest data #56

Closed MattyRad closed 9 months ago

MattyRad commented 4 years ago

There's quite a few additional keys that Braintree accepts as part of its Update payment method endpoint (https://developers.braintreepayments.com/reference/request/payment-method/update/php#arg.token). I'm adding cardholderName and expirationDate because those are keys that I need at the moment; I'd like to keep the LoC low for this first PR, but I can also add the other missing keys if necessary.

kbussche commented 4 years ago

Any chance we can get this added to the main branch?