refactor(stripe): Use PaymentIntent and subscriptions instead of Checkout sessions #994
Triggered via pull request
September 13, 2024 10:25
sashko9807
synchronize
#627
Status
Failure
Total duration
18s
Artifacts
–
check-pr-fork.yml
on: pull_request_target
Check label
7s
Security tests
/
Build and scan api container image
Security tests
/
Build and scan migrations container image
Annotations
10 errors
Check label
Process completed with exit code 1.
|
StripeController ► StripeController should be defined ► StripeController should be defined:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController createCheckoutSession should create stripe session for active campaign ► StripeController createCheckoutSession should create stripe session for active campaign:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController createCheckoutSession should not create stripe session for completed campaign ► StripeController createCheckoutSession should not create stripe session for completed campaign:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController createCheckoutSession should create stripe session for completed campaign if allowed ► StripeController createCheckoutSession should create stripe session for completed campaign if allowed:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController should request refund for donation ► StripeController should request refund for donation:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController should not call setupintents.update if campaign can't accept donations ► StripeController should not call setupintents.update if campaign can't accept donations:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeController ► StripeController should subscription without creating new customer,products ► StripeController should subscription without creating new customer,products:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeService ► StripeService should be defined ► StripeService should be defined:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|
StripeService ► StripeService should call stripe cancel service my subscription id ► StripeService should call stripe cancel service my subscription id:
test-results.xml#L0
Failed test found in:
test-results.xml
Error:
Error: Nest can't resolve dependencies of the StripeService (Symbol(STRIPE_CLIENT_TOKEN), PersonService, CampaignService, DonationsService, ConfigService, ?). Please make sure that the argument RecurringDonationService at index [5] is available in the RootTestModule context.
|