Files
openfoodnetwork/app/models
Gaetan Craig-Riou c71ae35685 Fix payment_total calculation
For payment that complete during the checkout (Paypal, Stripe) the
amount was recorded twice against `order.payment_total`. This is because
the `payment_total` gets updated in an afer_save Payment callback when a
payment is completed, and then once more when we process payment in
`Spree::Order#process_each_payment`.
This is an existing  issue on master, but it was hidden by the
`update_shipping_fees!` callback, it trigerred an update of the order's
total, which then updated `order.payment_total` with the correct value.
Now that we removed the callback, the bug showed up.

Note, I updated the stripe specs for consistency even though they are
currently disabled.
2025-01-20 16:07:32 +11:00
..
2025-01-20 16:07:32 +11:00
2024-09-24 10:43:55 +10:00
2023-09-12 23:19:05 +09:00
2024-11-19 15:53:59 +11:00
2025-01-10 08:43:58 +11:00
2024-02-22 10:15:07 +11:00
2025-01-10 08:43:58 +11:00
2023-09-12 23:19:05 +09:00
2024-04-09 10:44:02 +02:00
2024-04-09 10:44:02 +02:00
2024-04-09 10:44:02 +02:00
2024-11-28 13:35:01 +01:00