Checkout failing after a module update
Every order attempt since the 09:11 deploy of acme-discounts 3.2.0 ended in a fatal at the cart total.
Details
acme-discounts 3.2.0 calls a method the store's cart no longer exposes. The trace shows the fatal at class-cart-hook.php:88 on every checkout request since the deploy; the patch calls the method that exists and keeps the discount logic intact.
Measured impact
Checkout requests ending in a fatal. Seven minutes from the first error to the fix live.
- Before
- 100%
- After
- 0%
- Reduction
- 100%
Patch
| @@ | ||
| 1 | $totals = $cart->get_totals_v2(); | |
| 1 | $totals = $cart->get_totals(); |
Approved at 09:16, applied by the platform at 09:17, checkout verified clean at 09:18. Checked at each deploy since.