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.2.0.pre.11 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.10 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.9 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.8 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.7 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.6 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.5 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.4 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.3 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.2 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre.1 config/initializers/braintree_error_mapping.rb
artfully_ose-1.2.0.pre config/initializers/braintree_error_mapping.rb
artfully_ose-1.1.0 config/initializers/braintree_error_mapping.rb
artfully_ose-1.1.0.rc2 config/initializers/braintree_error_mapping.rb
artfully_ose-1.1.0.rc1 config/initializers/braintree_error_mapping.rb