Sha256: c72d6fb728b32ba75a32cc7ab3a3111f408971095373c03bf6841717b36dc14c
Contents?: true
Size: 476 Bytes
Versions: 25
Compression:
Stored size: 476 Bytes
Contents
Spree::Sample.load_sample('stores') cc_payment_method = Spree::Gateway::Bogus.where( name: 'Credit Card', description: 'Bogus payment gateway.', active: true ).first_or_initialize cc_payment_method.stores = Spree::Store.all cc_payment_method.save! check_paymemt_method = Spree::PaymentMethod::Check.where( name: 'Check', description: 'Pay by check.', active: true ).first_or_initialize check_paymemt_method.stores = Spree::Store.all check_paymemt_method.save!
Version data entries
25 entries across 25 versions & 1 rubygems