Sha256: 5084e576931c6a69d361b3926bcd96c6d18dc81a1134059dc465da2984d70a29
Contents?: true
Size: 324 Bytes
Versions: 35
Compression:
Stored size: 324 Bytes
Contents
module Braintree module Test # :nodoc: # The constants in this module can be used to create transactions with # the desired status in the sandbox environment. module TransactionAmounts Authorize = "1000.00" Decline = "2000.00" HardDecline = "2015.00" Fail = "3000.00" end end end
Version data entries
35 entries across 35 versions & 1 rubygems