Skip to content

Commit

Permalink
add payout orders (#75)
Browse files Browse the repository at this point in the history
* add payout orders

* Update project version and package release notes

* Update Mockoon CLI version to 6.0.1
  • Loading branch information
fcarrero authored Mar 11, 2024
1 parent c7f86c0 commit 92d7187
Show file tree
Hide file tree
Showing 290 changed files with 3,980 additions and 23,376 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Mockoon CLI
uses: mockoon/cli-action@v1
with:
version: 'latest'
version: '6.0.1'
data-file: 'https://raw.githubusercontent.com/conekta/openapi/main/mocks/conekta_api.json'
port: 3000
- name: Execute dotnet
Expand Down
104 changes: 18 additions & 86 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.4.0
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", "{0C14BE4D-EA70-46AD-B1DF-D7BC4444785C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conekta.net", "src\Conekta.net\Conekta.net.csproj", "{81E33AE8-15AD-4D75-B13A-D35521C41C6F}"
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
{0C14BE4D-EA70-46AD-B1DF-D7BC4444785C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C14BE4D-EA70-46AD-B1DF-D7BC4444785C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C14BE4D-EA70-46AD-B1DF-D7BC4444785C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C14BE4D-EA70-46AD-B1DF-D7BC4444785C}.Release|Any CPU.Build.0 = Release|Any CPU
{81E33AE8-15AD-4D75-B13A-D35521C41C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81E33AE8-15AD-4D75-B13A-D35521C41C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81E33AE8-15AD-4D75-B13A-D35521C41C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81E33AE8-15AD-4D75-B13A-D35521C41C6F}.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
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ clean:
csharp:
rm -rf /docs && \
rm -rf src/Conekta.net/Model && \
npx @openapitools/openapi-generator-cli generate \
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli:v7.4.0 generate \
-i https://raw.githubusercontent.com/conekta/openapi/main/_build/api.yaml \
-g csharp \
-o . \
-c config-netcore.json \
-o /local \
-c /local/config-netcore.json \
--global-property modelTests=false
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.7
6.0.8
Loading

0 comments on commit 92d7187

Please sign in to comment.