Conversation
…w packages - Updated versions for existing packages: apimatic/core (0.3.16), apimatic/jsonmapper (3.1.7), composer/semver (3.4.4), phpdocumentor/reflection-docblock (5.6.5), phpdocumentor/type-resolver (1.12.0), phpstan/phpdoc-parser (2.3.0), squizlabs/php_codesniffer (3.13.5), symfony/console (v6.0.19), symfony/polyfill-ctype (v1.33.0), symfony/polyfill-intl-grapheme (v1.33.0), symfony/polyfill-intl-normalizer (v1.33.0), symfony/polyfill-php80 (v1.33.0), symfony/service-contracts (v3.0.2), symfony/string (v6.0.19), webmozart/assert (1.12.1). - Added new packages: symfony/deprecation-contracts (v3.0.2), symfony/http-foundation (v5.4.50), symfony/polyfill-mbstring (v1.33.0). - Updated content hash and plugin API version in composer.lock.
… structure. Updated the handling of additional properties in the net_terms object for improved test accuracy.
…e handling by removing unnecessary additional properties check.
Contributor
Author
|
I couldn’t find anyone to review it, so I’m just merging it as-is. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 New Features
Prepaid Component Rollover & Expiration
We have introduced granular control over how prepaid usage allocations are handled. You can now configure rollover logic and expiration intervals directly via the API.
Component-Custom-Price:renew_prepaid_allocation: (Boolean) Controls whether the allocated quantity renews each period.rollover_prepaid_remainder: (Boolean) Controls whether remaining units roll over to the next period.expiration_interval: (Integer) Defines the number of units after which rollover amounts expire.expiration_interval_unit: (String) The interval unit (monthorday) for rollover expiration.Enhanced Usage Reporting
custom_priceobject when reporting usage, allowing you to define pricing schemes (tiered, volume, etc.) on the fly for specific usage events./subscriptions/{subscription_id_or_reference}/components/{component_id}/usages.json.Coupon Enhancements
subcodewhen previewing renewals or creating invoices to apply specific discounts. The API response will return both the maincodeand thesubcodeused.include_archivedboolean to the List Coupons filter, allowing you to retrieve archived coupons.