Sha256: 0f6d269026dea791d10f5953ffd753f5ed07e448861e05245e01295ada6510d5
Contents?: true
Size: 328 Bytes
Versions: 9
Compression:
Stored size: 328 Bytes
Contents
FactoryBot.define do factory :check, class: Spree::Check do account_holder_name { 'John Doe' } account_holder_type { 'Individual' } account_type { 'checking' } routing_number { '110000000' } account_number { '000123456789' } association(:payment_method, factory: :credit_card_payment_method) end end
Version data entries
9 entries across 9 versions & 2 rubygems