Skip to content

Commit

Permalink
3ds (#73)
Browse files Browse the repository at this point in the history
* 3ds

* config 6.0.6 version

* 3ds test

* paambaati/codeclimate-action@
  • Loading branch information
fcarrero authored Dec 12, 2023
1 parent 1d6488e commit 17ab363
Show file tree
Hide file tree
Showing 322 changed files with 6,196 additions and 2,288 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
BASE_PATH: http://localhost:3000
- name: publish code coverage
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
4 changes: 4 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ docs/OrderFiscalEntityAddressResponse.md
docs/OrderFiscalEntityAddressResponseAllOf.md
docs/OrderFiscalEntityRequest.md
docs/OrderFiscalEntityResponse.md
docs/OrderNextActionResponse.md
docs/OrderNextActionResponseRedirectToUrl.md
docs/OrderRefundRequest.md
docs/OrderRequest.md
docs/OrderRequestCustomerInfo.md
Expand Down Expand Up @@ -397,6 +399,8 @@ src/Conekta.net/Model/OrderFiscalEntityAddressResponse.cs
src/Conekta.net/Model/OrderFiscalEntityAddressResponseAllOf.cs
src/Conekta.net/Model/OrderFiscalEntityRequest.cs
src/Conekta.net/Model/OrderFiscalEntityResponse.cs
src/Conekta.net/Model/OrderNextActionResponse.cs
src/Conekta.net/Model/OrderNextActionResponseRedirectToUrl.cs
src/Conekta.net/Model/OrderRefundRequest.cs
src/Conekta.net/Model/OrderRequest.cs
src/Conekta.net/Model/OrderRequestCustomerInfo.cs
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.1.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", "{0FB681E2-72A2-4B09-8ECC-FA48C3B7C2CD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conekta.net", "src\Conekta.net\Conekta.net.csproj", "{641272A4-9076-40C8-AB19-15C8F278A161}"
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
{0FB681E2-72A2-4B09-8ECC-FA48C3B7C2CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB681E2-72A2-4B09-8ECC-FA48C3B7C2CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB681E2-72A2-4B09-8ECC-FA48C3B7C2CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB681E2-72A2-4B09-8ECC-FA48C3B7C2CD}.Release|Any CPU.Build.0 = Release|Any CPU
{641272A4-9076-40C8-AB19-15C8F278A161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{641272A4-9076-40C8-AB19-15C8F278A161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{641272A4-9076-40C8-AB19-15C8F278A161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{641272A4-9076-40C8-AB19-15C8F278A161}.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
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ publish:
make clean && dotnet pack -c Release

clean:
dotnet clean
dotnet clean
csharp:
mkdir -p conekta-.net && \
rm -rf /docs && \
rm -rf src/Conekta.net/Model && \
npx @openapitools/openapi-generator-cli generate \
-i https://raw.githubusercontent.com/conekta/openapi/main/_build/api.yaml \
-g csharp \
-o . \
-c 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.5
6.0.6
Loading

0 comments on commit 17ab363

Please sign in to comment.