: Staging
: Production
✨ New
Enhanced request tracing
Added detailed tracing spans to the fulfillment workflow, making it easier to identify performance bottlenecks and troubleshoot order processing issues in production environments.
🪲 Fixed
Fixed an issue where discount calculation failures during checkout could result in discounts being silently dropped instead of properly notifying the customer of the error.
Fixed an issue where malformed VAT codes could cause orders to be processed with incorrect tax rates instead of rejecting the invalid input.
Fixed an issue where Stripe payment operation failures could be silently ignored, leading to incomplete payment processing.
Fixed an issue that could cause payment webhook processing to crash when handling certain Stripe card details.
Fixed an issue where certain GraphQL queries could return empty results instead of properly reporting missing authentication context.
Fixed inconsistent error handling when attempting to allocate more stock than available, ensuring clear feedback when inventory is insufficient.
Improved error tracking for currency exchange rate updates, ensuring failures are properly logged instead of being silently skipped.