thephpleague / omnipay-stripe

Stripe driver for the Omnipay PHP payment processing library
MIT License
185 stars 168 forks source link

UpdateSubscriptionRequest missing options? #188

Open seb-jones opened 4 years ago

seb-jones commented 4 years ago

Hi

The subscription update endpoint at Stripe provides an optional default_source parameter which doesn't appear to be supported by the UpdateSubscriptionRequest.php class. Is this functionality missing or am I missing something?

Thanks