-
Notifications
You must be signed in to change notification settings - Fork 22
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(app&service): enable provider to decline subscription request #1171
base: main
Are you sure you want to change the base?
feat(app&service): enable provider to decline subscription request #1171
Conversation
tests/marketplace/Offers.Library.Tests/Service/OfferSubscriptionServiceTests.cs
Fixed
Show fixed
Hide fixed
Please resolve conflict and take care of codeql finding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be possible that the created migrations and the snapshot file were created with utf-8 with bom encoding. please make sure that those files are encoded with utf-8
src/portalbackend/PortalBackend.DBAccess/Repositories/OfferSubscriptionsRepository.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.DBAccess/Repositories/IOfferSubscriptionsRepository.cs
Outdated
Show resolved
Hide resolved
src/marketplace/Offers.Library/Service/OfferSubscriptionService.cs
Outdated
Show resolved
Hide resolved
...rtalBackend.Migrations/Migrations/20241121163647_1140_Decline-Offer-Subscription.Designer.cs
Outdated
Show resolved
Hide resolved
...ackend/PortalBackend.Migrations/Migrations/20241121163647_1140_Decline-Offer-Subscription.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.Migrations/Migrations/PortalDbContextModelSnapshot.cs
Outdated
Show resolved
Hide resolved
src/marketplace/Offers.Library/Service/OfferSubscriptionService.cs
Outdated
Show resolved
Hide resolved
…line the Subscription request Ref: eclipse-tractusx#1140 - /api/apps/subscription/{subscriptionId}/decline - /api/services/subscription/{subscriptionId}/decline
6bc0414
to
4084a3a
Compare
tests/marketplace/Offers.Library.Tests/Service/OfferSubscriptionServiceTests.cs
Fixed
Show fixed
Hide fixed
Quality Gate passedIssues Measures |
Description
Ability for App or Service Provider to Decline the Subscription request
Why
Currently this functionality not exists and its one of the requests from real users.
Issue
Ref: #1140
Corresponding IAM PR
eclipse-tractusx/portal-iam#233
Checklist