Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Conversation

@FunixG
Copy link
Member

@FunixG FunixG commented Apr 24, 2025

No description provided.

@FunixG FunixG requested a review from Copilot April 24, 2025 23:11
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces support for Pacifista Plus functionality by adding new service and DTO classes for managing billing and payment workflows. Key changes include:

  • Addition of new billing DTOs (PaypalPlanDTO and PaypalSubscriptionDTO) and exports in the public API.
  • Implementation of a new PacifistaPlusPaymentService for handling subscription operations.
  • Updates to existing DTOs to enforce required properties and add constructors.

Reviewed Changes

Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
projects/funixproductions-requests/src/public-api.ts Added exports for new billing and payment DTOs and services
projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/payment/services/PacifistaPlusPaymentService.ts Introduced a new service for Pacifista Plus payment operations
projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/payment/dtos/requests/PacifistaPaymentRequestDTO.ts Updated DTOs to make properties required and added constructors
projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/categories/dtos/PacifistaShopCategoryDTO.ts Converted properties to required and added a constructor
projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/articles/dtos/PacifistaShopArticleDTO.ts Updated properties to required with an additional markDownDescription field
projects/funixproductions-requests/src/lib/services/funixproductions-api/billing/dtos/PaypalSubscriptionDTO.ts Added new DTO fields for Paypal subscriptions
projects/funixproductions-requests/src/lib/services/funixproductions-api/billing/dtos/PaypalPlanDTO.ts Added new DTO implementation for Paypal plans
Files not reviewed (2)
  • package.json: Language not supported
  • projects/funixproductions-requests/package.json: Language not supported
Comments suppressed due to low confidence (1)

projects/funixproductions-requests/src/lib/services/pacifista-api/web/shop/payment/dtos/requests/PacifistaPaymentRequestDTO.ts:1

  • Consider renaming 'PacifistaShopArtcileRequestDTO' to 'PacifistaShopArticleRequestDTO' to correct the spelling mistake.
export class PacifistaPaymentRequestDTO {

@FunixG FunixG merged commit 52cb18b into master Apr 24, 2025
1 check passed
@FunixG FunixG deleted the feature/pacifista-plus branch April 24, 2025 23:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants