thephpleague / omnipay-braintree

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

Update subscriptions? #31

Closed stestone closed 7 years ago

stestone commented 7 years ago

I can find response objects for creating and canceling subscriptions, but I can't find anything that ties to update them? Am I missing something or is this feature just not implemented?

c0nstantx commented 7 years ago

@stestone This is not implemented yet. The only option for now is cancel subscription and create a new one with the updated options.