module AddCreditCardStubs
def successful_add_credit_card_response
StubResponse.succeeded <<-XML
6wxjN6HcDik8e3mAhBaaoVGSImH
2013-08-02T18:04:45Z
2013-08-02T18:04:45Z
true
AddPaymentMethod
false
Succeeded!
AXaBXfVUqhaGMg8ytf8isiMAAL9
2013-08-02T18:04:45Z
2013-08-02T18:04:45Z
ellend@mistborn.com
Don't test everything here, since find_payment_method tests it all.
cached
4942
411111
master
Eland
Venture
1
2019
3 Main
Suite 7
Oakland
NJ
33221
UK
43
Acme
Eland Venture
true
credit_card
ac5579920013cc571e506805f1c8f3220eff
XXXX-XXXX-XXXX-4942
XML
end
def successful_add_credit_card_partial_response
StubResponse.succeeded <<-XML
6wxjN6HcDik8e3mAhBaaoVGSImH
2013-08-02T18:04:45Z
2013-08-02T18:04:45Z
true
AddPaymentMethod
false
Succeeded!
AXaBXfVUqhaGMg8ytf8isiMAAL9
2013-08-02T18:04:45Z
2013-08-02T18:04:45Z
ellend@mistborn.com
Don't test everything here, since find_payment_method tests it all.
cached
4942
411111
master
Eland
Venture
1
2019
credit_card
ac5579920013cc571e506805f1c8f3220eff
XXXX-XXXX-XXXX-4942
XML
end
end