richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

Updated BankAccountData object to handle optional data #58

Closed zainniazi closed 5 years ago

zainniazi commented 5 years ago

What are you adding/fixing? I'm removing required check from optional fields in BankAccountData.

account_holder_name is optional account_holder_type is optional

Reference https://stripe.com/docs/api/tokens/create_bank_account

Have you added tests for your changes? I didn't find any relative tests in the project but i tested the whole thing before sending here.

Will this need documentation changes? No it doesn't require to change any documentation for the plugin.

Does this introduce a breaking change? No it doesn't have a code breaking change.