Sha256: 265463c3f46a1bc364847be49ea60e0850071c717b72fadf9f79d91320a33b3b
Contents?: true
Size: 409 Bytes
Versions: 4
Compression:
Stored size: 409 Bytes
Contents
class MercadoPagoTestModel def quantity 3 end def unit_price 12 end def currency "ARS" end def picture_url "/test/url" end def payer_namer "John" end def payer_surname "Smith" end def payer_email "johnsmith@example.com" end def external_reference 1 end def title "John Smith's purchase" end def new_status(status) end end
Version data entries
4 entries across 4 versions & 1 rubygems