-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(payment-service): integrate payment service #42
Conversation
services/payment-service/Dockerfile
Outdated
RUN apk update && apk add --no-cache --virtual .gyp \ | ||
python3 \ | ||
make \ | ||
g++ \ | ||
bash \ | ||
curl |
Check notice
Code scanning / SonarCloud
Arguments in long RUN instructions should be sorted
24df654
to
d27a4a9
Compare
17e973f
to
1cf3d65
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
… service add billing functionality to subscription service BREAKING CHANGE: yes gh-34
update billing package tar BREAKING CHANGE: yes gh-34
update package lock BREAKING CHANGE: yes gh-34
update tar file of billing package gh-34
add saastenantrepo for webhook handler gh-34
configure idp for user BREAKING CHANGE: yes 43
c314b6c
to
ef7de0f
Compare
sdhgs BREAKING CHANGE: yes 43
integrate auth0 GH-47
ef7de0f
to
0ecf67f
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
integrate payment service
GH-47
Description
Integrate payment service
Fixes #47
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: