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

Version Path
braintree-2.10.0 lib/braintree/test/transaction_amounts.rb
braintree-2.9.1 lib/braintree/test/transaction_amounts.rb
braintree-2.8.0 lib/braintree/test/transaction_amounts.rb
braintree-2.7.0 lib/braintree/test/transaction_amounts.rb
braintree-2.6.3 lib/braintree/test/transaction_amounts.rb
braintree-2.6.2 lib/braintree/test/transaction_amounts.rb
braintree-2.6.1 lib/braintree/test/transaction_amounts.rb
braintree-2.6.0 lib/braintree/test/transaction_amounts.rb
braintree-2.5.2 lib/braintree/test/transaction_amounts.rb
braintree-2.5.1 lib/braintree/test/transaction_amounts.rb