Sha256: 50c62c69d890cb004bac05f6841ccb031d70166b23b1a91eb7efca31c145a8d7

Contents?: true

Size: 963 Bytes

Versions: 1

Compression:

Stored size: 963 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<orders>
  <order>
    <user>the_username</user>
    <password>the_password</password>
    <name>John Smith</name>
    <addressline1>123 Here Now</addressline1>
    <addressline2>2nd Floor</addressline2>
    <towncity>New York</towncity>
    <state>NY</state>
    <postcode>10012</postcode>
    <country>US</country>
    <contactphone>123-123-1234</contactphone>
    <customerref>R123123123</customerref>
    <orderdate>01-01-2016</orderdate>
    <freightcharge>30</freightcharge>
    <ordernumber>R123123123</ordernumber>
    <shipping_method>UPS AIR</shipping_method>
    <tax>20</tax>
    <orderline>
      <ordernumber>R123123123</ordernumber>
      <sku>123332211</sku>
      <qty>2</qty>
      <unitprice>90.0</unitprice>
    </orderline>
    <orderline>
      <ordernumber>R123123123</ordernumber>
      <sku>123332212</sku>
      <qty>1</qty>
      <unitprice>180.0</unitprice>
    </orderline>
  </order>
</orders>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trebbianno-ruby-api-0.0.7 spec/fixtures/test_build_order_request.xml