Fix a typo in getting the in store credit for the post-transaction email.

This commit is contained in:
Colin Kuskie 2009-08-11 04:41:42 +00:00
parent 9182ce5288
commit 169e64a2b6
2 changed files with 2 additions and 1 deletions

View file

@ -411,7 +411,7 @@ sub getTransactionVars {
viewDetailUrl => $url->page( 'shop=transaction;method=viewMy;transactionId='.$self->getId, 1 ),
cancelRecurringUrl => $url->page('shop=transaction;method=cancelRecurring;transactionId='.$self->getId),
amount => sprintf( "%.2f", $self->get('amount') ),
inShopCreditDeduction => sprintf( "%.2f", $self->get('inShopCreditDeduction') ),
inShopCreditDeduction => sprintf( "%.2f", $self->get('shopCreditDeduction') ),
taxes => sprintf( "%.2f", $self->get('taxes') ),
shippingPrice => sprintf( "%.2f", $self->get('shippingPrice') ),
shippingAddress => $self->formatAddress( {