-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: added new files, updated versions in composer.json and con…
…fig-php.json, added a new API endpoint for creating charges, updated user agent version to 6.0.10 (#303)
- Loading branch information
Showing
221 changed files
with
2,669 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.5.0 | ||
7.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ Class | Method | HTTP request | Description | |
*BalancesApi* | [**getBalance**](docs/Api/BalancesApi.md#getbalance) | **GET** /balance | Get a company's balance | ||
*ChargesApi* | [**getCharges**](docs/Api/ChargesApi.md#getcharges) | **GET** /charges | Get A List of Charges | ||
*ChargesApi* | [**ordersCreateCharge**](docs/Api/ChargesApi.md#orderscreatecharge) | **POST** /orders/{id}/charges | Create charge | ||
*ChargesApi* | [**ordersCreateCharges**](docs/Api/ChargesApi.md#orderscreatecharges) | **POST** /orders/{id}/add_charges | Create charges | ||
*ChargesApi* | [**updateCharge**](docs/Api/ChargesApi.md#updatecharge) | **PUT** /charges/{id} | Update a charge | ||
*CompaniesApi* | [**getCompanies**](docs/Api/CompaniesApi.md#getcompanies) | **GET** /companies | Get List of Companies | ||
*CompaniesApi* | [**getCompany**](docs/Api/CompaniesApi.md#getcompany) | **GET** /companies/{id} | Get Company | ||
|
@@ -195,6 +196,8 @@ Class | Method | HTTP request | Description | |
- [ChargeResponseRefundsData](docs/Model/ChargeResponseRefundsData.md) | ||
- [ChargeUpdateRequest](docs/Model/ChargeUpdateRequest.md) | ||
- [ChargesDataResponse](docs/Model/ChargesDataResponse.md) | ||
- [ChargesOrderResponse](docs/Model/ChargesOrderResponse.md) | ||
- [ChargesOrderResponseAllOfData](docs/Model/ChargesOrderResponseAllOfData.md) | ||
- [Checkout](docs/Model/Checkout.md) | ||
- [CheckoutOrderTemplate](docs/Model/CheckoutOrderTemplate.md) | ||
- [CheckoutOrderTemplateCustomerInfo](docs/Model/CheckoutOrderTemplateCustomerInfo.md) | ||
|
@@ -377,6 +380,6 @@ [email protected] | |
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: `2.1.0` | ||
- Package version: `6.0.9` | ||
- Generator version: `7.5.0` | ||
- Package version: `6.0.10` | ||
- Generator version: `7.9.0` | ||
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.9 | ||
6.0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"packageName": "conekta", | ||
"generateSourceCodeOnly": "false", | ||
"artifactVersion": "6.0.9", | ||
"artifactVersion": "6.0.10", | ||
"packageUrl": "https://developers.conekta.com/", | ||
"projectName": "conekta-php", | ||
"appDescriptionV2" : "Conekta PHP Library", | ||
"useOneOfDiscriminatorLookup" : true, | ||
"nonCompliantUseDiscriminatorIfCompositionFails" : false, | ||
"httpUserAgent": "Conekta/v2 PhpBindings/6.0.9", | ||
"httpUserAgent": "Conekta/v2 PhpBindings/6.0.10", | ||
"packageAuthors" : "[email protected]", | ||
"files": { | ||
"/local/CODE_OF_CONDUCT.md" : {}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# # ChargesOrderResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**has_more** | **bool** | Indicates if there are more pages to be requested | | ||
**object** | **string** | Object type, in this case is list | | ||
**data** | [**\Conekta\Model\ChargesOrderResponseAllOfData[]**](ChargesOrderResponseAllOfData.md) | | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# # ChargesOrderResponseAllOfData | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **int** | | [optional] | ||
**channel** | [**\Conekta\Model\ChargeResponseChannel**](ChargeResponseChannel.md) | | [optional] | ||
**created_at** | **int** | | [optional] | ||
**currency** | **string** | | [optional] | ||
**customer_id** | **string** | | [optional] | ||
**description** | **string** | | [optional] | ||
**device_fingerprint** | **string** | | [optional] | ||
**failure_code** | **string** | | [optional] | ||
**failure_message** | **string** | | [optional] | ||
**id** | **string** | Charge ID | [optional] | ||
**livemode** | **bool** | Whether the charge was made in live mode or not | [optional] | ||
**object** | **string** | | [optional] | ||
**order_id** | **string** | Order ID | [optional] | ||
**paid_at** | **int** | Payment date | [optional] | ||
**payment_method** | [**\Conekta\Model\ChargeResponsePaymentMethod**](ChargeResponsePaymentMethod.md) | | [optional] | ||
**reference_id** | **string** | Reference ID of the charge | [optional] | ||
**refunds** | [**\Conekta\Model\ChargeResponseRefunds**](ChargeResponseRefunds.md) | | [optional] | ||
**status** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* The version of the OpenAPI document: 2.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* Generator version: 7.5.0 | ||
* Generator version: 7.9.0 | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* The version of the OpenAPI document: 2.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* Generator version: 7.5.0 | ||
* Generator version: 7.9.0 | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* The version of the OpenAPI document: 2.1.0 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* Generator version: 7.5.0 | ||
* Generator version: 7.9.0 | ||
*/ | ||
|
||
/** | ||
|
Oops, something went wrong.