Fix a typo in getting the in store credit for the post-transaction email.
This commit is contained in:
parent
9182ce5288
commit
169e64a2b6
2 changed files with 2 additions and 1 deletions
|
|
@ -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( {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue