# 23/11/2023 Checkout journey updates

## &#x20;:bug: Fixed a bug where promotion stock wasn't held for pending orders

This meant a promotion could sell out while the checkout journey was completing, so when the payment was confirmed the promotion stock hadn't been reserved for the order.&#x20;

## :bug: Fixed Global Payments Bug

Fixed a bug where the global payments payment gateway was making multiple pending orders instead of just one.&#x20;

## :bug: Fixed out of stock promotion message

If promotion stock has run out when a customer makes a payment, the validation error was generic saying 'an error has occurred', now it states that the promotion is no longer valid.&#x20;

:woman\_technologist: Jules


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.usetoggle.com/november-2023/23-11-2023-checkout-journey-updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
