ngx-braintree
ngx-braintree copied to clipboard
How to edit/delete saved card.
Greetings
I am using your package and everything is working fine but I am facing issues with saved card drop-in UI is it possible to edit/delete saved card in drop-in UI.
Like: https://developers.braintreepayments.com/guides/drop-in/customization/javascript/v3 "Delete a saved payment method"
@srikanthonl could you please add the below code:
this.dropinConfig.vaultManager = true; Line No : 220 File : ngx-braintree/fesm5/ngx-braintree.js
So that it can work with npm run.
This would be a great addition to have.