Skip to content

Commit

Permalink
update 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WildBamaBoy committed Aug 14, 2024
1 parent 21f073e commit 94f7624
Show file tree
Hide file tree
Showing 562 changed files with 856 additions and 690 deletions.
2 changes: 1 addition & 1 deletion checkout-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
license:
name: MIT
url: https://opensource.org/license/mit
version: 1.1.1
version: 1.1.2
servers:
- url: https://checkout.tebex.io/api
tags:
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You must receive prior authorisation before the Checkout API is enabled on your

This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.1.0
- API version: 1.1.2
- SDK version: 1.0.0
- Generator version: 7.5.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
Expand Down
10 changes: 5 additions & 5 deletions sdks/csharp/TebexCheckout.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 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout", "src\TebexCheckout\TebexCheckout.csproj", "{F814D78A-39DA-4930-98D6-0F55E0B50B56}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout", "src\TebexCheckout\TebexCheckout.csproj", "{F97C8298-B248-4C0F-9D74-9F1A99126A80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout.Test", "src\TebexCheckout.Test\TebexCheckout.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
{F814D78A-39DA-4930-98D6-0F55E0B50B56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F814D78A-39DA-4930-98D6-0F55E0B50B56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F814D78A-39DA-4930-98D6-0F55E0B50B56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F814D78A-39DA-4930-98D6-0F55E0B50B56}.Release|Any CPU.Build.0 = Release|Any CPU
{F97C8298-B248-4C0F-9D74-9F1A99126A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F97C8298-B248-4C0F-9D74-9F1A99126A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F97C8298-B248-4C0F-9D74-9F1A99126A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F97C8298-B248-4C0F-9D74-9F1A99126A80}.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: 6 additions & 1 deletion sdks/csharp/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
url: https://opensource.org/license/mit
termsOfService: https://tebex.io/terms-creator-agreement
title: Tebex Checkout API
version: 1.1.0
version: 1.1.2
servers:
- url: https://checkout.tebex.io/api
security:
Expand Down Expand Up @@ -1436,6 +1436,11 @@ components:
with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes
type: string
example: null
ip:
description: The IP address of the customer using this basket. Provide the
IP if creating a basket on your server backend.
example: 127.0.0.1
type: string
type: object
BasketRow_meta_limits_user:
example:
Expand Down
1 change: 1 addition & 0 deletions sdks/csharp/docs/CreateBasketRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**CompleteAutoRedirect** | **bool** | Automatically redirect to the complete_url provided | [optional]
**Country** | **string** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional]
**CreatorCode** | **string** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional]
**Ip** | **string** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/src/TebexCheckout.Test/Model/AddressTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/src/TebexCheckout.Test/Model/BasketRowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/src/TebexCheckout.Test/Model/BasketTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down Expand Up @@ -144,5 +144,14 @@ public void CreatorCodeTest()
{
// TODO unit test for the property 'CreatorCode'
}

/// <summary>
/// Test the property 'Ip'
/// </summary>
[Fact]
public void IpTest()
{
// TODO unit test for the property 'Ip'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/src/TebexCheckout.Test/Model/PackageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.
*
* The version of the OpenAPI document: 1.1.0
* The version of the OpenAPI document: 1.1.2
* Contact: tebex-integrations@overwolf.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Loading

0 comments on commit 94f7624

Please sign in to comment.