Sha256: 64f04bf84f17ab998dabf4cebb7762285d00971c30b600054ad7b3054767b702
Contents?: true
Size: 1.92 KB
Versions: 1
Compression:
Stored size: 1.92 KB
Contents
module RedactPaymentMethodStubs def successful_redact_response StubResponse.succeeded <<-XML <transaction> <on_test_gateway type="boolean">false</on_test_gateway> <created_at type="datetime">2013-08-05T17:43:41Z</created_at> <updated_at type="datetime">2013-08-05T17:43:41Z</updated_at> <succeeded type="boolean">true</succeeded> <token>2BSe5T6FHpypph3ensF7m3Nb3qk</token> <state>succeeded</state> <gateway_specific_fields nil="true"/> <gateway_specific_response_fields nil="true"/> <transaction_type>RedactPaymentMethod</transaction_type> <order_id nil="true"/> <ip nil="true"/> <message key="messages.transaction_succeeded">Succeeded!</message> <payment_method> <token>RvsxKgbAZBmiZHEPhhTcOQzJeC2</token> <created_at type="datetime">2013-08-05T17:43:41Z</created_at> <updated_at type="datetime">2013-08-05T17:43:41Z</updated_at> <email>perrin@wot.com</email> <data nil="true"/> <storage_state>redacted</storage_state> <last_four_digits>4444</last_four_digits> <card_type>master</card_type> <first_name>Perrin</first_name> <last_name>Aybara</last_name> <month type="integer">1</month> <year type="integer">2019</year> <address1 nil="true"/> <address2 nil="true"/> <city nil="true"/> <state nil="true"/> <zip nil="true"/> <country nil="true"/> <phone_number nil="true"/> <full_name>Perrin Aybara</full_name> <payment_method_type>credit_card</payment_method_type> <errors> </errors> <verification_value></verification_value> <number>XXXX-XXXX-XXXX-4444</number> </payment_method> </transaction> XML end def failed_redact_response StubResponse.failed <<-XML XML end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spreedly-2.0.0 | test/unit/response_stubs/redact_payment_method_stubs.rb |