Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Sep 19, 2023
1 parent ca6d5b1 commit 546a346
Show file tree
Hide file tree
Showing 77 changed files with 4,009 additions and 101 deletions.
14 changes: 14 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
.travis.yml
git_push.sh
lib/Api/ApplePayDomainApi.php
lib/Api/BizumApi.php
lib/Api/PaymentsApi.php
lib/Api/SubscriptionsApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/Model/ActivateSubscriptionRequest.php
lib/Model/Address.php
lib/Model/BizumValidatePhone200Response.php
lib/Model/CancelPaymentRequest.php
lib/Model/CancelSubscriptionRequest.php
lib/Model/CapturePaymentRequest.php
Expand Down Expand Up @@ -36,7 +38,11 @@ lib/Model/PaymentPaymentMethodCard.php
lib/Model/PaymentPaymentMethodCardInput.php
lib/Model/PaymentPaymentMethodCofidis.php
lib/Model/PaymentPaymentMethodInput.php
lib/Model/PaymentPaymentMethodKlarna.php
lib/Model/PaymentPaymentMethodMbway.php
lib/Model/PaymentPaymentMethodPaypal.php
lib/Model/PaymentPaymentMethodSepa.php
lib/Model/PaymentPaymentMethodTrustly.php
lib/Model/PaymentRefundReason.php
lib/Model/PaymentSequence.php
lib/Model/PaymentSequenceRecurring.php
Expand All @@ -59,5 +65,13 @@ lib/Model/SubscriptionPaymentMethod.php
lib/Model/SubscriptionPaymentMethodCard.php
lib/Model/SubscriptionStatus.php
lib/Model/UpdateSubscriptionRequest.php
lib/Model/ValidateBizumPhoneRequest.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/BizumApiTest.php
test/Model/BizumValidatePhone200ResponseTest.php
test/Model/PaymentPaymentMethodKlarnaTest.php
test/Model/PaymentPaymentMethodMbwayTest.php
test/Model/PaymentPaymentMethodSepaTest.php
test/Model/PaymentPaymentMethodTrustlyTest.php
test/Model/ValidateBizumPhoneRequestTest.php
2 changes: 1 addition & 1 deletion build/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "MONEI PHP SDK",
"artifactVersion": "2.2.1",
"artifactVersion": "2.2.2",
"gitHost": "github.com",
"gitUserId": "monei",
"gitRepoId": "monei-php-sdk"
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-php-sdk",
"version": "2.2.1",
"version": "2.2.2",
"description": "MONEI PHP SDK",
"author": "monei",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/ApplePayDomainApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* <p>The MONEI API is organized around <a href=\"https://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a>. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p> <h4 id=\"base-url\">Base URL:</h4> <p><a href=\"https://api.monei.com/v1\">https://api.monei.com/v1</a></p> <h4 id=\"client-libraries\">Client libraries:</h4> <ul> <li><a href=\"https://github.com/MONEI/monei-php-sdk\">PHP SDK</a></li> <li><a href=\"https://github.com/MONEI/monei-python-sdk\">Python SDK</a></li> <li><a href=\"https://github.com/MONEI/monei-node-sdk\">Node.js SDK</a></li> <li><a href=\"https://postman.monei.com/\">Postman</a></li> </ul> <h4 id=\"important\">Important:</h4> <p><strong>If you are not using our official SDKs, you need to provide a valid <code>User-Agent</code> header in each request, otherwise your requests will be rejected.</strong></p>
*
* The version of the OpenAPI document: 1.4.1
* The version of the OpenAPI document: 1.4.2
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 6.0.1
*/
Expand Down
Loading

0 comments on commit 546a346

Please sign in to comment.