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
@@ -44,7 +45,7 @@ Their values are taken as input as environment variables/configuration for conne
44
45
45
46
An API key provided by Monext is necessary to be configured so that the requests from the connect application can be authenticated by Monext platform within the integration. It's value is taken as input as environment variables/configuration for connect with variable name `MONEXT_API_KEY`.
46
47
47
-
Additionally, some other configuration options provided by Monext and defined by the marchant are required. Their values are taken as input as environment variables/configuration for connect with variable names `MONEXT_ENVIRONMENT`, `MONEXT_POINT_OF_SALE_REF`, `MONEXT_CAPTURE_TYPE`.
48
+
Additionally, some other configuration options provided by Monext and defined by the merchant are required. Their values are taken as input as environment variables/configuration for connect with variable names `MONEXT_ENVIRONMENT`, `MONEXT_POINT_OF_SALE_REF`, `MONEXT_CAPTURE_TYPE`.
48
49
49
50
## Getting started
50
51
@@ -148,6 +149,7 @@ Here you can see the details about the variables in configuration:
148
149
```
149
150
// string - single REF for all stores or for all commercetools project.
150
151
MONEXT_POINT_OF_SALE_REF: ref1;
152
+
151
153
// string JSON valid - if multiple refs for multiple stores
0 commit comments