lyang / braintree-rails

MIT License
65 stars 22 forks source link

Is it possible to force Braintree Validations on CC updates? #6

Closed vedanova closed 11 years ago

vedanova commented 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?

lyang commented 11 years ago

Hi @vedanova , Thanks for the feedback. I've checked in the fix for this issue in master.

vedanova commented 11 years ago

Thanks a lot for the quick fix. Works perfectly!