-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(payment-service): adds payment-service feature (#257)
* feat(payment-service): adds payment-service feature * feat(payment-service): Add Migartion Script in Payment Service * feat(payment-service): adds refund functionality in payment-service * refactor(payment-service): refractor code to fix sonar issues * refactor(payment-service): refractor code to fix sonar smells * refactor(payment-service): fix sonar smells and add gateway conroller,repo,model in export * refactor(payment-service): fix migration script installation error * refactor(payment-service): replace console statement with sourceloop logger * refactor(payment-service): fix sonar smell in razorpay provider * refactor(payment-service): fix leran bootstrap error * refactor(payment-service): Resolved Review Comments with improvements * refactor(payment-service): update package.json and migration with sonar fixes * refactor(payment-service): payment-service name update with sourceloop * refactor(payment-service): refractor package.json and modify readmd * refactor(payment-service): reabase and sonar fixes with minor doc update * refactor(payment-service): fix lerna bootstrap error * refactor(payment-service): fix lerna lint error in payment-service * refactor(payment-service): update package-lock.json in payment-service to fix version issue * refactor(payment-service): modify package-lock.json in payment-service * refactor(payment-service): lerna test fix for version issue Co-authored-by: akshatdubeysf <77672713+akshatdubeysf@users.noreply.github.com>
- Loading branch information
1 parent
6e650aa
commit e571834
Showing
77 changed files
with
12,761 additions
and
19,078 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,7 @@ | |
"path": "cz-format-extension" | ||
} | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"handlebars": "^4.7.7" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.