Skip to content

Commit

Permalink
pay with momo
Browse files Browse the repository at this point in the history
Resolved test for Momo

added configuritions on lint files

 install typenode-fetch

added wishlist test

94 buyer should be able to pay via mtn mobile money (#118)

* pay with momo

Resolved test for Momo

added configuritions on lint files

* install typenode-fetch

added wishlist test

 feat: Implement Product Lifecycle Notification System (#92)

* fix(review-swagger-docs): fix swagger documentation of thereview task (#114)

- add missing security tag in review docs

[Fixes #113]

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

dockerizing project by creating containers for app & postgres (#110)

fix minor issue in deployment of render

latest commit

 Update Readme file to include Docker-specific information

 Update Readme file to include Docker-specific information

fix(review-swagger-docs): fix swagger documentation of thereview task (#114) (#115)

- add missing security tag in review docs

[Fixes #113]

update profile (#72) (#104)

review controller

adding testing

fix lint issue

update profile (#72) (#104)

review controller

adding testing

fix lint issue

Co-authored-by: Joslyn Manzi Karenzi <j.karenzi@alustudent.com>

fix(stripe-payment): fix minor issue in stripe payment (#120)

-  add status check on the stripe response before setting order.paid to true

[Fixes #119]

* fix(create-review): fix failing create review function (#109)

-add validation before processing data

[Fixes #116]

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

Co-authored-by: Joslyn Manzi Karenzi <j.karenzi@alustudent.com>

Feature Manage WishList (#112)

* adde some file

added coverages

fix(review-swagger-docs): fix swagger documentation of thereview task (#114)

- add missing security tag in review docs

[Fixes #113]

adde some file

added some tests

added coverages

fix(review-swagger-docs): fix swagger documentation of thereview task (#114)

- add missing security tag in review docs

[Fixes #113]

adde some file

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

dockerizing project by creating containers for app & postgres (#110)

fix minor issue in deployment of render

latest commit

 Update Readme file to include Docker-specific information

 Update Readme file to include Docker-specific information

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

* fix(create-review): fix failing create review function

-add validation before processing data

[Fixes #116]

dockerizing project by creating containers for app & postgres (#110)

fix minor issue in deployment of render

latest commit

 Update Readme file to include Docker-specific information

 Update Readme file to include Docker-specific information

fix(review-swagger-docs): fix swagger documentation of thereview task (#114) (#115)

- add missing security tag in review docs

[Fixes #113]

update profile (#72) (#104)

review controller

adding testing

fix lint issue

update profile (#72) (#104)

review controller

adding testing

fix lint issue

Co-authored-by: Joslyn Manzi Karenzi <j.karenzi@alustudent.com>

fix(stripe-payment): fix minor issue in stripe payment (#120)

-  add status check on the stripe response before setting order.paid to true

[Fixes #119]

* inserted all changes

ft(back): establish PR

Feat: Product Lifecycle Notification System #84

ft(backend): establish listerning for carter
Feat: Product Lifecycle Notification System #84

ft(backend): establish listerning for carter
Feat: Product Lifecycle Notification System #84

ft(back): establish PR

Feat: Product Lifecycle Notification System #84

ft(backend): establish listerning for carter
Feat: Product Lifecycle Notification System #84

ft(back): establish PR

Feat: Product Lifecycle Notification System #84

ft(back): establish PR

Feat: Product Lifecycle Notification System #84

ft(backend): establish listerning for carter
Feat: Product Lifecycle Notification System #84

ft(backend):listern to order events
-listern to pressorder, change order status

Feat: Product Lifecycle Notification System #84

ft(backend): establish the nodemail
- to send email to vendor

Feat: Product Lifecycle Notification System #84

ft(back): establish all neccessart routes

Feat: Product Lifecycle Notification System #84

94 buyer should be able to pay via mtn mobile money (#118)

* pay with momo

Resolved test for Momo

added configuritions on lint files

* install typenode-fetch

added wishlist test

94 buyer should be able to pay via mtn mobile money (#118)

* pay with momo

Resolved test for Momo

added configuritions on lint files

* install typenode-fetch

added wishlist test

ft (backend): fix all error of linting

Feat: Product Lifecycle Notification System #84

ft(backend): fix the null vendor email

Feat: Product Lifecycle Notification System #84

ft(backend): fix the again the vendor email

Feat: Product Lifecycle Notification System #84

ft(backend): fix order cancelled event

Feat: Product Lifecycle Notification System #84

ft(backend): add routes docs
- write swagger doc for all related route of vendor notification

Feat: Product Lifecycle Notification System #84

fix(backend): make catch throw error

Feat: Product Lifecycle Notification System #84

fix(backend): remove all concole that was cousing lint worning

Feat: Product Lifecycle Notification System #84

ft(back): perform testing route

fix(backend): fix the delete notification by id

fix(backend): package json

* resolve rebase conflict

---------

Co-authored-by: Joslyn Manzi Karenzi <j.karenzi@alustudent.com>

inserted documentation
  • Loading branch information
13XAVI committed Jun 25, 2024
1 parent 786d991 commit e24e4e5
Show file tree
Hide file tree
Showing 27 changed files with 1,922 additions and 592 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/workflow_for_ecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
slug: atlp-rwanda/dynamites-ecomm-be
directory: coverage/
env:
Expand Down Expand Up @@ -57,3 +57,11 @@ jobs:
FACEBOOK_APP_SECRET: ${{ secrets.FACEBOOK_APP_SECRET }}
FACEBOOK_CALLBACK_URL: ${{ secrets.FACEBOOK_CALLBACK_URL }}
COOKIES_KEY: ${{ secrets.COOKIES_KEY }}
XREF_ID: ${{ secrets.XREF_ID }}
APIKEY: ${{ secrets.APIKEY }}
TOKEN_URL: ${{ secrets.TOKEN_URL }}
REQUEST_TO_PAY_URL: ${{ secrets.REQUEST_TO_PAY_URL }}
TARGET_ENV: ${{ secrets.TARGET_ENV }}
VALIDATE_MOMO: ${{ secrets.VALIDATE_MOMO }}
API_KEY_URL: ${{ secrets.API_KEY_URL }}
SUBSCRIPTION_KEY: ${{ secrets.SUBSCRIPTION_KEY }}
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules/
.env
dist/
src/output.log
coverage/

coverage/
Loading

0 comments on commit e24e4e5

Please sign in to comment.