Skip to content

Commit

Permalink
DRE-79 add /charges endpoint (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero authored May 16, 2023
1 parent 9070c8c commit bf72c2d
Show file tree
Hide file tree
Showing 26 changed files with 1,632 additions and 182 deletions.
10 changes: 8 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ docs/ChargeDataPaymentMethodBankTransferResponse.md
docs/ChargeDataPaymentMethodCardResponse.md
docs/ChargeDataPaymentMethodCashResponse.md
docs/ChargeOrderResponse.md
docs/ChargeOrderResponseChannel.md
docs/ChargeOrderResponsePaymentMethod.md
docs/ChargeRequest.md
docs/ChargeRequestPaymentMethod.md
docs/ChargeResponse.md
docs/ChargeResponseChannel.md
docs/ChargeResponsePaymentMethod.md
docs/ChargeResponseRefunds.md
docs/ChargeResponseRefundsAllOf.md
docs/ChargeResponseRefundsData.md
Expand Down Expand Up @@ -84,6 +85,8 @@ docs/Error.md
docs/ErrorAllOf.md
docs/EventResponse.md
docs/EventsApi.md
docs/GetChargesResponse.md
docs/GetChargesResponseAllOf.md
docs/GetCompaniesResponse.md
docs/GetCompaniesResponseAllOf.md
docs/GetCustomerPaymentMethodDataResponse.md
Expand Down Expand Up @@ -255,11 +258,12 @@ src/Conekta.net/Model/ChargeDataPaymentMethodBankTransferResponse.cs
src/Conekta.net/Model/ChargeDataPaymentMethodCardResponse.cs
src/Conekta.net/Model/ChargeDataPaymentMethodCashResponse.cs
src/Conekta.net/Model/ChargeOrderResponse.cs
src/Conekta.net/Model/ChargeOrderResponseChannel.cs
src/Conekta.net/Model/ChargeOrderResponsePaymentMethod.cs
src/Conekta.net/Model/ChargeRequest.cs
src/Conekta.net/Model/ChargeRequestPaymentMethod.cs
src/Conekta.net/Model/ChargeResponse.cs
src/Conekta.net/Model/ChargeResponseChannel.cs
src/Conekta.net/Model/ChargeResponsePaymentMethod.cs
src/Conekta.net/Model/ChargeResponseRefunds.cs
src/Conekta.net/Model/ChargeResponseRefundsAllOf.cs
src/Conekta.net/Model/ChargeResponseRefundsData.cs
Expand Down Expand Up @@ -322,6 +326,8 @@ src/Conekta.net/Model/EmailCheckoutRequest.cs
src/Conekta.net/Model/Error.cs
src/Conekta.net/Model/ErrorAllOf.cs
src/Conekta.net/Model/EventResponse.cs
src/Conekta.net/Model/GetChargesResponse.cs
src/Conekta.net/Model/GetChargesResponseAllOf.cs
src/Conekta.net/Model/GetCompaniesResponse.cs
src/Conekta.net/Model/GetCompaniesResponseAllOf.cs
src/Conekta.net/Model/GetCustomerPaymentMethodDataResponse.cs
Expand Down
10 changes: 5 additions & 5 deletions Conekta.net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conekta.net", "src\Conekta.net\Conekta.net.csproj", "{67B78DC0-1836-4546-BB28-DB26FE94A40E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conekta.net", "src\Conekta.net\Conekta.net.csproj", "{22B4DD8C-9793-4BEA-B538-D955805772A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conekta.net.Test", "src\Conekta.net.Test\Conekta.net.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67B78DC0-1836-4546-BB28-DB26FE94A40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B78DC0-1836-4546-BB28-DB26FE94A40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B78DC0-1836-4546-BB28-DB26FE94A40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B78DC0-1836-4546-BB28-DB26FE94A40E}.Release|Any CPU.Build.0 = Release|Any CPU
{22B4DD8C-9793-4BEA-B538-D955805772A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22B4DD8C-9793-4BEA-B538-D955805772A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22B4DD8C-9793-4BEA-B538-D955805772A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22B4DD8C-9793-4BEA-B538-D955805772A5}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The library supports all APIs under the following services:

| API | Description | Service Name | Supported version |
|---------------------------------------------------------------------------------------------| ----------- |-------|-------------------|
| [Payments API](https://developers.conekta.com/reference) | Our classic integration for online payments. Current supported version | Payments API | **v2.1.0** |
| [Payments API](https://developers.conekta.com/v2.1.0/reference) | Our classic integration for online payments. Current supported version | Payments API | **v2.1.0** |

For more information, refer to our [documentation](https://developers.conekta.com/docs).
For more information, refer to our [documentation](https://developers.conekta.com/v2.1.0/docs).

## Prerequisites
- [Conekta account](https://panel.conekta.com/)
- [API key](https://developers.conekta.com/docs/como-obtener-tus-api-keys). your API credential .
- [API key](https://developers.conekta.com/v2.1.0/docs/como-obtener-tus-api-keys). your API credential .
- Conekta dotnet API Library supports .net standard 2.0 and above

## Installation
Expand Down Expand Up @@ -134,4 +134,4 @@ For other questions, [contact our Support Team](https://developers.conekta.com/d
This repository is available under the [MIT license](https://github.com/conekta/conekta-.net/blob/master/LICENSE).

## See also
* [Conekta docs](https://developers.conekta.com/docs)
* [Conekta docs](https://developers.conekta.com/v2.1.0/docs)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.2
6.0.3
Loading

0 comments on commit bf72c2d

Please sign in to comment.