Sha256: b3dffa716a3a159fbae1345b238a56c1909816b56b8f43ef814dcdee5e6937ab

Contents?: true

Size: 563 Bytes

Versions: 35

Compression:

Stored size: 563 Bytes

Contents

BRAINTREE_GENERIC_REJECT = "We're sorry but we could not process your credit card.  Please check the details and try again."

BRAINTREE_REJECT_MESSAGE_MAPPING = Hash.new(BRAINTREE_GENERIC_REJECT)
BRAINTREE_REJECT_MESSAGE_MAPPING["CVV must be 4 digits for American Express and 3 digits for other card types (81707)"] = "CVV is invalid. CVV must be 4 digits for American Express and 3 digits for other card types."
BRAINTREE_REJECT_MESSAGE_MAPPING["2004 Expired Card"] = "We're sorry but we could not process your credit card.  It looks like your card has expired."

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 config/initializers/braintree_error_mapping.rb
artfully_ose-1.3.0.pre3 config/initializers/braintree_error_mapping.rb
artfully_ose-1.3.0.pre2 config/initializers/braintree_error_mapping.rb
artfully_ose-1.3.0.pre1 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.beta.1 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.alpha.2 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.alpha.1 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.27 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.26 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.24 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.23 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.21 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.20 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.19 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.18 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.17 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.16 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.15 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.12 config/initializers/braintree_error_mapping.rb