Skip to content

Commit

Permalink
Merge pull request #4 from barakamwakisha/cicd
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
barakamwakisha authored Feb 7, 2024
2 parents 675cb13 + 3537f02 commit 55d6829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const config: VendureConfig = {

> Note: Select the 'Check whether Mpesa supports the payment' eligibility checker when creating the payment method.
3. Calling the `addPaymentToOrder` mutation on the storefront with the corresponing payment method code will initiate an STK push to the customer's phone.

## Reference

- [Mpesa Daraja API Docs](https://developer.safaricom.co.ke/Documentation)

0 comments on commit 55d6829

Please sign in to comment.