Closed vedanova closed 11 years ago
Hi, Is it possible to force Braintree validations on credit card updates
When creating a credit card I merge
params[:credit_card].merge({options: {verify_card: true}})
but that doesn't work on updates.
Is there a way to do that?
Hi @vedanova , Thanks for the feedback. I've checked in the fix for this issue in master.
Thanks a lot for the quick fix. Works perfectly!
Hi, Is it possible to force Braintree validations on credit card updates
When creating a credit card I merge
but that doesn't work on updates.
Is there a way to do that?