Skip to content
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

Closed
wants to merge 8 commits into from

Conversation

Surbhi-sharma1
Copy link
Collaborator

integrate payment service

GH-47

Description

Integrate payment service

Fixes #47

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

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

  • Test A
  • Test B

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

Comment on lines 12 to 17
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

<!--SONAR_ISSUE_KEY:AZFo-9Mp3cKMtRbgfrOG-->Sort these package names alphanumerically. <p>See more on <a href="https://sonarcloud.io/project/issues?id=sourcefuse_arc-saas&issues=AZFo-9Mp3cKMtRbgfrOG&open=AZFo-9Mp3cKMtRbgfrOG&pullRequest=42">SonarCloud</a></p>
@Surbhi-sharma1 Surbhi-sharma1 force-pushed the GH-47 branch 2 times, most recently from 24df654 to d27a4a9 Compare August 19, 2024 04:55
@Surbhi-sharma1 Surbhi-sharma1 marked this pull request as draft August 19, 2024 04:55
@Surbhi-sharma1 Surbhi-sharma1 force-pushed the GH-47 branch 5 times, most recently from 17e973f to 1cf3d65 Compare August 19, 2024 10:59
@Surbhi-sharma1 Surbhi-sharma1 marked this pull request as ready for review August 22, 2024 09:32
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
3 New issues
10 Security Hotspots

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@Surbhi-sharma1 Surbhi-sharma1 marked this pull request as draft August 22, 2024 11:04
… 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
configure idp for user

BREAKING CHANGE:
yes

43
Tyagi-Sunny and others added 2 commits September 27, 2024 17:57
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
16 New issues
16 New Major Issues (required ≤ 5)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add auth0 support for idp configuration in tenant managemnt service
2 participants