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