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