...
Task 2: Update Loyalty (WIP)
Repo: intl-loyalty
...
In the "loyalty-middleware" folder, update the packages
Bump the new version of @rbilabs/intl-payments
...
in
...
intl-loyalty/loyalty-middleware
...
Build the loyalty middleware:
...
yarn
...
install
...
&&
...
yarn
...
build
...
Generate
...
the
...
loyalty
...
middleware
...
sdk:
...
yarn
...
sdk:generate
...
.
...
This
...
creates
...
loyalty
...
middleware
...
SDK
...
with
...
MdwRBIPaymentCard
...
Then,
...
finally,
...
in
...
WL-GQL
...
you
...
can
...
load
...
this
...
latest
...
version
...
of
...
intl-loyalty-middleware-sdk
...
...
PR Reference: https://github.com/rbilabs/intl-loyalty/pull/426/
Task 3: Fulfillment (WIP)
...