Billing Information

{*{if $item->servicePayment.type == 'authorizeNet'} **** **** **** *{$item->servicePayment.authorizeNet.cardNumber|substr:-3}
Exp. {$item->servicePayment.authorizeNet.expirationDate|date_format:'%m-%Y'}
{/if}*} {$item->billing.firstName|htmlspecialchars} {$item->billing.lastName|htmlspecialchars}
{$item->billing.address|htmlspecialchars}
{if $item->billing.city}{$item->billing.city|htmlspecialchars}, {/if}{$item->billing.state|htmlspecialchars}  {$item->billing.zip|htmlspecialchars} {if $item->billing.countryTitle}
{$item->billing.countryTitle|htmlspecialchars} {elseif $item->billing.countryId}
{$item->billing.countryId|htmlspecialchars} {/if}