View international.xml
<IntlRateV2Request USERID="<?= h($user_id) ?>"> | |
<Revision>2</Revision> | |
<Package ID="PACKAGE"> | |
<Pounds><?= h($pounds) ?></Pounds> | |
<Ounces><?= h($ounces) ?></Ounces> | |
<Machinable><?= $machinable ? 'true' : 'false' ?></Machinable> | |
<MailType>Package</MailType> | |
<ValueOfContents><?= $total_price ?></ValueOfContents> | |
<Country><?= $country ?></Country> | |
<? if (strlen($container)): ?> |