mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fixed a fatal bug in payment method changing
This commit is contained in:
@@ -307,6 +307,7 @@ class OrderPayChangeMethod(EventViewMixin, OrderDetailMixin, TemplateView):
|
||||
})
|
||||
self.order.payment_provider = p['provider'].identifier
|
||||
self.order.payment_fee = new_fee
|
||||
self.order.total = self._total_order_value + new_fee
|
||||
self.order._calculate_tax()
|
||||
self.order.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user