Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
* * *

Expand Down
8 changes: 4 additions & 4 deletions src/Actions/Contracts/ExportActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/Actions/Contracts/HostedPageActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/Contracts/ItemActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/Contracts/ItemFamilyActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/Contracts/ItemPriceActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/Contracts/PriceVariantActionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions src/Actions/ExportActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/Actions/HostedPageActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/ItemActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/ItemFamilyActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/ItemPriceActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/PriceVariantActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Version
{
const VERSION = '4.13.0';
const VERSION = '4.14.0';
}

?>