Sha256: 6d30faed5932a893282b310c89d45b6fdcf20ce4c07dec7db5be38e2d9bc7505
Contents?: true
Size: 454 Bytes
Versions: 15
Compression:
Stored size: 454 Bytes
Contents
FactoryGirl.define do factory :check_payment_method, class: Spree::PaymentMethod::Check do name 'Check' end factory :credit_card_payment_method, class: Spree::Gateway::Bogus do name 'Credit Card' end # authorize.net was moved to spree_gateway. # Leaving this factory in place with bogus in case anyone is using it. factory :simple_credit_card_payment_method, class: Spree::Gateway::BogusSimple do name 'Credit Card' end end
Version data entries
15 entries across 15 versions & 1 rubygems