Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 6.47.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments committed Feb 14, 2024
1 parent ef1ac4e commit f1aac47
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ingenico/Connect/Sdk/RequestHeaderGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class RequestHeaderGenerator
{
const SDK_VERSION = '6.46.0';
const SDK_VERSION = '6.47.0';

const AUTHORIZATION_ID = 'GCS';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class FindProductgroupsParams extends RequestObject
*/
public $isRecurring;

/**
* @var bool
*/
public $isInstallments;

/**
* @var string[]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class GetProductgroupParams extends RequestObject
*/
public $isRecurring;

/**
* @var bool
*/
public $isInstallments;

/**
* @var string[]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class FindProductsParams extends RequestObject
*/
public $isRecurring;

/**
* @var bool
*/
public $isInstallments;

/**
* @var string[]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class GetProductParams extends RequestObject
*/
public $isRecurring;

/**
* @var bool
*/
public $isInstallments;

/**
* @var string[]
*/
Expand Down

0 comments on commit f1aac47

Please sign in to comment.