summaryrefslogtreecommitdiff
path: root/tests/01-phaos-xmlenc-3/payment.xml
blob: e7b50c77de61409c3b3622b6d49bbef1aa4fe249 (plain)
1
2
3
4
5
6
7
8
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>