Sha256: 98f49bee1a021581f831ac223e7c6fccd8d8088f2bccfe13c0a2283b49a04d87
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
buyer = Balanced::Customer.new( :name => 'John Buyer' ).save card = Balanced::Card.new( :number => '5105105105105100', :expiration_month => '12', :expiration_year => '2020', :cvv => '123', :name => 'John Buyer' ).save card.associate_to_customer(buyer)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-1.2.1 | snippets/create-buyer-and-card.rb |