{if $item->paymentType eq 'authorizeNet' || $item->paymentType eq 'linkPoint'}
Method: {$item->paymentTypeTitle|htmlspecialchars}
Card Number: {$item->paymentCardNumber|htmlspecialchars}
Expiration Date: {$item->paymentExpirationDate|date_format:'%m-%Y'}
{elseif $item->paymentType eq 'PayPalExpressCheckout'}
Method: {$item->paymentTypeTitle|htmlspecialchars}
{elseif $item->paymentType eq 'PayPalStandard'}
Method: {$item->paymentTypeTitle|htmlspecialchars}
{elseif $item->paymentType eq 'po'}
Method: {$item->paymentTypeTitle|htmlspecialchars}
PO#: {$item->paymentPoNumber|htmlspecialchars}
{/if}