Sha256: 3605c68878545676c1fd82b32ebfbdb751032b7648c15281ce28f2d8824c12ab
Contents?: true
Size: 379 Bytes
Versions: 10
Compression:
Stored size: 379 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. # # See http://www.braintreepaymentsolutions.com/docs/ruby/reference/sandbox module TransactionAmounts Authorize = "1000.00" Decline = "2000.00" Fail = "3000.00" end end end
Version data entries
10 entries across 10 versions & 1 rubygems