You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/plugins/apps/gateways/context/context-gateway.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,8 +316,7 @@ Shopware performs basic validation on the commands returned by your app server t
316
316
317
317
The following checks are enforced:
318
318
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).
321
320
- The payload must be valid for the respective command type.
322
321
- Only **one command per type** is allowed. For example, you cannot include two <nobr>`context_change-currency`</nobr> commands in a single response.
323
322
- A maximum of **one <nobr>`context_register-customer`</nobr> or <nobr>`context_login-customer`</nobr>** command is allowed per response.
0 commit comments