Sha256: 849a3cf2d5a18d1cde7e2b14f0f72a9df41b5b951c64aa8c9b6aa4f6d35f694e

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

module Braintree
  module Test
    module Nonce
      Transactable = "fake-valid-nonce"
      Consumed = "fake-consumed-nonce"
      PayPalOneTimePayment = "fake-paypal-one-time-nonce"
      PayPalFuturePayment = "fake-paypal-future-nonce"
      ApplePayVisa = "fake-apple-pay-visa-nonce"
      ApplePayMasterCard = "fake-apple-pay-mastercard-nonce"
      ApplePayAmEx = "fake-apple-pay-amex-nonce"
      AbstractTransactable = "fake-abstract-transactable-nonce"
      Coinbase = "fake-coinbase-nonce"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
braintree-2.41.0 lib/braintree/test/nonce.rb
braintree-2.40.0 lib/braintree/test/nonce.rb
braintree-2.39.0 lib/braintree/test/nonce.rb