Sha256: c66ad3bbdb26071ffaf08ec58afcb1dfcf8b955f4e0f8acdc5fac5dc6c050ad9

Contents?: true

Size: 393 Bytes

Versions: 10

Compression:

Stored size: 393 Bytes

Contents

module Adyen::TestCards
  VISA = {
    expiry_month: '08',
    expiry_year: '2018',
    holder_name: 'Testy McTesterson',
    number: '4111111111111111',
    cvc: '737',
  }

  MASTERCARD_3DSECURE = {
    expiry_month: '08',
    expiry_year: '2018',
    holder_name: 'Testy McTesterson',
    number: '5212345678901234',
    cvc: '737',

    username: 'user',
    password: 'password',
  }
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
adyen-2.4.0 test/helpers/test_cards.rb
adyen_jpiqueras-2.5.0 test/helpers/test_cards.rb
adyen-2.3.0 test/helpers/test_cards.rb
adyen_jpiqueras-2.4.0 test/helpers/test_cards.rb
adyen_jpiqueras-2.3.0 test/helpers/test_cards.rb
adyen-2.2.0 test/helpers/test_cards.rb
adyen-2.1.0 test/helpers/test_cards.rb
adyen-2.0.0 test/helpers/test_cards.rb
adyen-2.0.0.pre2 test/helpers/test_cards.rb
adyen-2.0.0.pre1 test/helpers/test_cards.rb