Sha256: fc4624ff9089d66d7ca7ca30e5e5f2b9a68b2b6d4cb3e19fbd878fa1bc033e44

Contents?: true

Size: 208 Bytes

Versions: 7

Compression:

Stored size: 208 Bytes

Contents

FactoryGirl.define do
  factory :skrill_transaction, class: Spree::SkrillTransaction do
    email ''
    amount 0.0
    currency 'USD'
    transaction_id nil
    customer_id nil
    payment_type nil
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spree_gateway-3.3.0.rc2 spec/factories/skrill_transaction_factory.rb
spree_gateway-3.3.0.rc1 spec/factories/skrill_transaction_factory.rb
spree_gateway-3.2.0 spec/factories/skrill_transaction_factory.rb
spree_gateway-3.2.0.beta spec/factories/skrill_transaction_factory.rb
spree_gateway-3.1.0 spec/factories/skrill_transaction_factory.rb
spree_gateway-3.0.0 spec/factories/skrill_transaction_factory.rb
spree_gateway-2.2.1 spec/factories/skrill_transaction_factory.rb