Skip to content

Commit

Permalink
Updated HowItWorks.md fiel
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Mar 12, 2024
1 parent 34bc098 commit a507359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HowItWorks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
- Maarg instance should have write access to co.hotwax.order.routing.* entities
- moqui.service.message.SystemMessageRemote.remotePublicKey record should exists with systemMessageRemoteId="HC_OMS_CONFIG"

``<moqui.service.message.SystemMessageRemote systemMessageRemoteId="HC_OMS_CONFIG" description="HotWax OMS server JWT token" remotePublicKey="<OMS JWT token>"/>``
```bash
<moqui.service.message.SystemMessageRemote systemMessageRemoteId="HC_OMS_CONFIG" sendUrl=""
description="HotWax OMS server JWT token" remotePublicKey="<OMS JWT token>"/>
```

### Order Routing Group
- Product store id requried to setup order routing group
Expand Down

0 comments on commit a507359

Please sign in to comment.