|
|
|
|
|
|
504
|
# handle_payment method raise an exception, which should be caught
|
504
|
# handle_payment method raise an exception, which should be caught
|
|
505
|
# within handle_POST and the appropriate forms redisplayed.
|
505
|
# within handle_POST and the appropriate forms redisplayed.
|
|
506
|
error_msg = _("A problem occurred while processing payment for this "
|
506
|
error_msg = _("A problem occurred while processing payment for this "
|
|
507
|
- "order. No payment has been taken. Please try again "
|
|
|
|
|
|
507
|
+ "order - no payment has been taken. Please "
|
|
508
|
"contact customer services if this problem persists")
|
508
|
"contact customer services if this problem persists")
|
|
509
|
pre_payment.send_robust(sender=self, view=self)
|
509
|
pre_payment.send_robust(sender=self, view=self)
|
|
510
|
total_incl_tax, total_excl_tax = self.get_order_totals(basket)
|
510
|
total_incl_tax, total_excl_tax = self.get_order_totals(basket)
|