Button text change if addons are present

This commit is contained in:
Raphael Michel
2017-05-02 10:57:40 +02:00
parent ab757c502c
commit 938a1bca0d
3 changed files with 9 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ class CartMixin:
'payment_fee_tax_rate': payment_fee_tax_rate,
'answers': answers,
'minutes_left': minutes_left,
'first_expiry': first_expiry
'first_expiry': first_expiry,
}
def get_payment_fee(self, total):