From a4a61040531ad4a08883b55ced6defa39559287e Mon Sep 17 00:00:00 2001 From: cb-alish Date: Mon, 12 Jan 2026 12:15:56 +0530 Subject: [PATCH] Releasing v4.14.0 --- CHANGELOG.md | 6 ++++++ src/Actions/Contracts/ExportActionsInterface.php | 8 ++++---- src/Actions/Contracts/HostedPageActionsInterface.php | 1 + src/Actions/Contracts/ItemActionsInterface.php | 2 +- src/Actions/Contracts/ItemFamilyActionsInterface.php | 2 +- src/Actions/Contracts/ItemPriceActionsInterface.php | 2 +- src/Actions/Contracts/PriceVariantActionsInterface.php | 2 +- src/Actions/ExportActions.php | 8 ++++---- src/Actions/HostedPageActions.php | 1 + src/Actions/ItemActions.php | 2 +- src/Actions/ItemFamilyActions.php | 2 +- src/Actions/ItemPriceActions.php | 2 +- src/Actions/PriceVariantActions.php | 2 +- src/Version.php | 2 +- 14 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b420e96a..500cc489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v4.14.0 (2026-01-12) +* * * + +### New Parameters: +* invoice_usages has been added to HostedPage#CheckoutExistingForItemsInputParam. + ### v4.13.0 (2025-12-30) * * * diff --git a/src/Actions/Contracts/ExportActionsInterface.php b/src/Actions/Contracts/ExportActionsInterface.php index 618a70b8..e3fd9815 100644 --- a/src/Actions/Contracts/ExportActionsInterface.php +++ b/src/Actions/Contracts/ExportActionsInterface.php @@ -395,8 +395,8 @@ public function differentialPrices(array $params = [], array $headers = []): Dif * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -602,8 +602,8 @@ public function retrieve(string $id, array $headers = []): RetrieveExportRespons * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -693,8 +693,8 @@ public function priceVariants(array $params = [], array $headers = []): PriceVar * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -1858,8 +1858,8 @@ public function orders(array $params = [], array $headers = []): OrdersExportRes * not_in?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/Contracts/HostedPageActionsInterface.php b/src/Actions/Contracts/HostedPageActionsInterface.php index 4bf80288..6c6365c4 100644 --- a/src/Actions/Contracts/HostedPageActionsInterface.php +++ b/src/Actions/Contracts/HostedPageActionsInterface.php @@ -649,6 +649,7 @@ public function claimGift(array $params, array $headers = []): ClaimGiftHostedPa * force_term_reset?: bool, * change_option?: string, * changes_scheduled_at?: int, + * invoice_usages?: bool, * redirect_url?: string, * cancel_url?: string, * pass_thru_content?: string, diff --git a/src/Actions/Contracts/ItemActionsInterface.php b/src/Actions/Contracts/ItemActionsInterface.php index 907bc987..d86d95cd 100644 --- a/src/Actions/Contracts/ItemActionsInterface.php +++ b/src/Actions/Contracts/ItemActionsInterface.php @@ -96,8 +96,8 @@ * not_in?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/Contracts/ItemFamilyActionsInterface.php b/src/Actions/Contracts/ItemFamilyActionsInterface.php index 388f91b9..53c66266 100644 --- a/src/Actions/Contracts/ItemFamilyActionsInterface.php +++ b/src/Actions/Contracts/ItemFamilyActionsInterface.php @@ -53,8 +53,8 @@ public function delete(string $id, array $headers = []): DeleteItemFamilyRespons * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/Contracts/ItemPriceActionsInterface.php b/src/Actions/Contracts/ItemPriceActionsInterface.php index 6efc8abb..53d874b3 100644 --- a/src/Actions/Contracts/ItemPriceActionsInterface.php +++ b/src/Actions/Contracts/ItemPriceActionsInterface.php @@ -267,8 +267,8 @@ public function findApplicableItemPrices(string $id, array $params = [], array $ * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/Contracts/PriceVariantActionsInterface.php b/src/Actions/Contracts/PriceVariantActionsInterface.php index af2374cd..ce4c96aa 100644 --- a/src/Actions/Contracts/PriceVariantActionsInterface.php +++ b/src/Actions/Contracts/PriceVariantActionsInterface.php @@ -67,8 +67,8 @@ public function delete(string $id, array $headers = []): DeletePriceVariantRespo * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/ExportActions.php b/src/Actions/ExportActions.php index db88562e..0adfab46 100644 --- a/src/Actions/ExportActions.php +++ b/src/Actions/ExportActions.php @@ -479,8 +479,8 @@ public function differentialPrices(array $params = [], array $headers = []): Dif * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -738,8 +738,8 @@ public function retrieve(string $id, array $headers = []): RetrieveExportRespons * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -847,8 +847,8 @@ public function priceVariants(array $params = [], array $headers = []): PriceVar * }, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, @@ -2120,8 +2120,8 @@ public function orders(array $params = [], array $headers = []): OrdersExportRes * not_in?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/HostedPageActions.php b/src/Actions/HostedPageActions.php index 093468d2..2f859722 100644 --- a/src/Actions/HostedPageActions.php +++ b/src/Actions/HostedPageActions.php @@ -878,6 +878,7 @@ public function claimGift(array $params, array $headers = []): ClaimGiftHostedPa * force_term_reset?: bool, * change_option?: string, * changes_scheduled_at?: int, + * invoice_usages?: bool, * redirect_url?: string, * cancel_url?: string, * pass_thru_content?: string, diff --git a/src/Actions/ItemActions.php b/src/Actions/ItemActions.php index db618902..e9219a9f 100644 --- a/src/Actions/ItemActions.php +++ b/src/Actions/ItemActions.php @@ -109,8 +109,8 @@ public function __construct(HttpClientFactory $httpClientFactory, Environment $e * not_in?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/ItemFamilyActions.php b/src/Actions/ItemFamilyActions.php index c0e7371a..8aed9730 100644 --- a/src/Actions/ItemFamilyActions.php +++ b/src/Actions/ItemFamilyActions.php @@ -83,8 +83,8 @@ public function delete(string $id, array $headers = []): DeleteItemFamilyRespons * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/ItemPriceActions.php b/src/Actions/ItemPriceActions.php index fcb09009..3491af08 100644 --- a/src/Actions/ItemPriceActions.php +++ b/src/Actions/ItemPriceActions.php @@ -384,8 +384,8 @@ public function findApplicableItemPrices(string $id, array $params = [], array $ * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Actions/PriceVariantActions.php b/src/Actions/PriceVariantActions.php index 47fe1915..0e923429 100644 --- a/src/Actions/PriceVariantActions.php +++ b/src/Actions/PriceVariantActions.php @@ -97,8 +97,8 @@ public function delete(string $id, array $headers = []): DeletePriceVariantRespo * between?: mixed, * }, * business_entity_id?: array{ - * is?: mixed, * is_present?: mixed, + * is?: mixed, * }, * include_site_level_resources?: array{ * is?: mixed, diff --git a/src/Version.php b/src/Version.php index dbb40f82..4a69793e 100644 --- a/src/Version.php +++ b/src/Version.php @@ -4,7 +4,7 @@ final class Version { - const VERSION = '4.13.0'; + const VERSION = '4.14.0'; } ?> \ No newline at end of file