Skip to content

Commit 94cc3c4

Browse files
committed
chore: update subscription API to include allowed payment methods in requests and responses
1 parent dc9a084 commit 94cc3c4

File tree

283 files changed

+200
-588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+200
-588
lines changed

lib/ActivateSubscriptionRequest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27-
2827
namespace Monei\Model;
2928

3029
use ArrayAccess;
3130
use Monei\ObjectSerializer;
32-
3331
/**
3432
* ActivateSubscriptionRequest Class Doc Comment
3533
*

lib/Address.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27-
2827
namespace Monei\Model;
2928

3029
use ArrayAccess;
3130
use Monei\ObjectSerializer;
32-
3331
/**
3432
* Address Class Doc Comment
3533
*

lib/Api/ApplePayDomainApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* ApplePayDomainApi Class Doc Comment
4644
*

lib/Api/BizumApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* BizumApi Class Doc Comment
4644
*

lib/Api/PaymentMethodsApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* PaymentMethodsApi Class Doc Comment
4644
*

lib/Api/PaymentsApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* PaymentsApi Class Doc Comment
4644
*

lib/Api/SubscriptionsApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* SubscriptionsApi Class Doc Comment
4644
*

lib/ApiException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei;
2827

2928
use Exception;
30-
3129
/**
3230
* ApiException Class Doc Comment
3331
*

lib/ApplePayDomainApi.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26-
2726
namespace Monei\Api;
2827

2928
use Monei\Internal\GuzzleHttp\Client;
@@ -40,7 +39,6 @@
4039
use Monei\FormDataProcessor;
4140
use Monei\HeaderSelector;
4241
use Monei\ObjectSerializer;
43-
4442
/**
4543
* ApplePayDomainApi Class Doc Comment
4644
*

lib/BadRequestError.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27-
2827
namespace Monei\Model;
2928

3029
use ArrayAccess;
3130
use Monei\ObjectSerializer;
32-
3331
/**
3432
* BadRequestError Class Doc Comment
3533
*

0 commit comments

Comments
 (0)