fixes #163
This commit is contained in:
parent
840fb0865e
commit
158833d505
@ -658,7 +658,7 @@ App.cart = {
|
|||||||
$('.cart-total').html(totalText);
|
$('.cart-total').html(totalText);
|
||||||
|
|
||||||
if (App.order['pay_type'] == 'card') {
|
if (App.order['pay_type'] == 'card') {
|
||||||
tipText = App.restaurant.delivery_fee ? ', tip and fees' : 'and tip';
|
tipText = App.restaurant.delivery_fee ? ', tip and fees' : ' and tip';
|
||||||
$('.cash-order-aprox').html('');
|
$('.cash-order-aprox').html('');
|
||||||
} else {
|
} else {
|
||||||
tipText = App.restaurant.delivery_fee ? ' and fees' : '';
|
tipText = App.restaurant.delivery_fee ? ' and fees' : '';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user