Skip to content

Commit ee9d240

Browse files
authored
Update guides/plugins/apps/gateways/context/context-gateway.md
1 parent 9dcf7e1 commit ee9d240

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/plugins/apps/gateways/context/context-gateway.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,7 @@ Shopware performs basic validation on the commands returned by your app server t
316316

317317
The following checks are enforced:
318318

319-
- The command must be recognized as valid, e.g. <nobr>`context_change-currency`</nobr>.
320-
See the [full list of available commands](./command-reference.md#available-commands).
319+
- The command must be recognized as valid, e.g. <nobr>`context_change-currency`</nobr>. See the full list of available [commands](./command-reference.md#available-commands).
321320
- The payload must be valid for the respective command type.
322321
- Only **one command per type** is allowed. For example, you cannot include two <nobr>`context_change-currency`</nobr> commands in a single response.
323322
- A maximum of **one <nobr>`context_register-customer`</nobr> or <nobr>`context_login-customer`</nobr>** command is allowed per response.

0 commit comments

Comments
 (0)