Skip to content

feature/INT-1637 - Payment Request Product Type and Subtype to nullable#180

Merged
david-ruiz-cko merged 1 commit into
masterfrom
feature/INT-1637
Jun 29, 2026
Merged

feature/INT-1637 - Payment Request Product Type and Subtype to nullable#180
david-ruiz-cko merged 1 commit into
masterfrom
feature/INT-1637

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This pull request adds support for product item types and subtypes in the payments module, improving the structure and clarity of product-related attributes. The main changes include introducing new enumerations for product item types and subtypes, updating documentation for better clarity, and requiring the new files where appropriate.

Product Type Support Enhancements

  • Added a new ProductItemType enumeration in product_item_type.rb, defining possible product types such as digital, discount, and physical.
  • Updated the product.rb documentation to clarify the usage of the type and sub_type attributes, specifying their purpose and when they are required.
  • Required the new product_item_type and product_sub_type files in payments.rb to ensure the enumerations are available throughout the payments module.

@david-ruiz-cko david-ruiz-cko requested a review from a team June 29, 2026 09:12
@david-ruiz-cko david-ruiz-cko merged commit a0a2be0 into master Jun 29, 2026
5 checks passed
@david-ruiz-cko david-ruiz-cko deleted the feature/INT-1637 branch June 29, 2026 09:35
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants