braintree / braintree-web-drop-in

Braintree Drop-in for the web
MIT License
200 stars 124 forks source link

allowVaultCardOverride #767

Closed dj835638078 closed 2 years ago

dj835638078 commented 3 years ago

General information

Issue description

dj835638078 commented 3 years ago

when set allowVaultCardOverriden as true , it can save card either,but i just don't want to save

jplukarski commented 3 years ago

@dj835638078 when you set allowVaultCardOverride to true, the card form will include an option to let the customer decide not to vault the credit card they enter when you use a client token with a customer ID

If you do not want to vault the card, then you can set both verifyCard and allowVaultCardOverride to false.

Can you elaborate more and what you are trying to do?

dj835638078 commented 3 years ago

ths for you reply: yes, when i set allowVaultCardOverride to true, appear a checkbox let me to decide whrther to save card. but when i choose not to save, the card is saved either, my question is how to deal with this problem? best wishes to you

------------------ 原始邮件 ------------------ 发件人: "braintree/braintree-web-drop-in" @.>; 发送时间: 2021年9月8日(星期三) 凌晨5:45 @.>; @.**@.>; 主题: Re: [braintree/braintree-web-drop-in] allowVaultCardOverride (#767)

@dj835638078 when you set allowVaultCardOverride to true, the card form will include an option to let the customer decide not to vault the credit card they enter when you use a client token with a customer ID

If you do not want to vault the card, then you can set both verifyCard and allowVaultCardOverride to false.

Can you elaborate more and what you are trying to do?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

jplukarski commented 3 years ago

@dj835638078 thanks for the clarification on the issue you are facing.

In order to continue to dig into this issue, can you provide the following information:

crookedneighbor commented 2 years ago

Closing due to inactivity.