diff options
Diffstat (limited to 'tests/01-phaos-xmlenc-3/payment.xml')
-rw-r--r-- | tests/01-phaos-xmlenc-3/payment.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/01-phaos-xmlenc-3/payment.xml b/tests/01-phaos-xmlenc-3/payment.xml new file mode 100644 index 00000000..e7b50c77 --- /dev/null +++ b/tests/01-phaos-xmlenc-3/payment.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<PaymentInfo xmlns="http://example.org/paymentv2"> + <Name>John Smith</Name> + <CreditCard Currency="USD" Limit="5,000"> + <Number>4019 2445 0277 5567</Number> + <Issuer>Bank of the Internet</Issuer> + <Expiration Time="04/02"/> + </CreditCard> +</PaymentInfo>
\ No newline at end of file |