Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 3.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments authored and jenkins committed Sep 18, 2020
1 parent 8fe91de commit 0226388
Show file tree
Hide file tree
Showing 17 changed files with 136 additions and 13 deletions.
Expand Up @@ -18,7 +18,7 @@ public async void Example()
MobilePaymentProductSession302SpecificInput paymentProductSession302SpecificInput = new MobilePaymentProductSession302SpecificInput();
paymentProductSession302SpecificInput.DisplayName = "Ingenico";
paymentProductSession302SpecificInput.DomainName = "pay1.secured-by-ingenico.com";
paymentProductSession302SpecificInput.ValidationUrl = "https://apple-pay-gateway-cert.apple.com/paymentservices/startSession";
paymentProductSession302SpecificInput.ValidationUrl = "<VALIDATION URL RECEIVED FROM APPLE>";

CreatePaymentProductSessionRequest body = new CreatePaymentProductSessionRequest();
body.PaymentProductSession302SpecificInput = paymentProductSession302SpecificInput;
Expand Down
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyVersion>3.15.0</AssemblyVersion>
<Version>3.15.0</Version>
<AssemblyVersion>3.16.0</AssemblyVersion>
<Version>3.16.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Ingenico ePayments</Company>
<Product>Ingenico Connect .NET SDK examples</Product>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet-it/It/TokenTest.cs
Expand Up @@ -31,7 +31,7 @@ public async Task Test()
cardWithoutCvv.CardholderName = ("Jan");
cardWithoutCvv.IssueNumber = ("12");
cardWithoutCvv.CardNumber = ("4567350000427977");
cardWithoutCvv.ExpiryDate = ("0820");
cardWithoutCvv.ExpiryDate = ("1225");

using (Client client = GetClient())
{
Expand Down
4 changes: 2 additions & 2 deletions connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyVersion>3.15.0</AssemblyVersion>
<Version>3.15.0</Version>
<AssemblyVersion>3.16.0</AssemblyVersion>
<Version>3.16.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Ingenico ePayments</Company>
<Product>Ingenico Connect .NET SDK integration tests</Product>
Expand Down
4 changes: 2 additions & 2 deletions connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyVersion>3.15.0</AssemblyVersion>
<Version>3.15.0</Version>
<AssemblyVersion>3.16.0</AssemblyVersion>
<Version>3.16.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Ingenico ePayments</Company>
<Product>Ingenico Connect .NET SDK unit tests</Product>
Expand Down
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyVersion>3.15.0</AssemblyVersion>
<Version>3.15.0</Version>
<AssemblyVersion>3.16.0</AssemblyVersion>
<Version>3.16.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Ingenico ePayments</Company>
<Product>Ingenico Connect .NET SDK</Product>
Expand Down
Expand Up @@ -10,6 +10,8 @@ public class PaymentProduct
{
public IList<AccountOnFile> AccountsOnFile { get; set; } = null;

public string AcquirerCountry { get; set; } = null;

public bool? AllowsInstallments { get; set; } = null;

public bool? AllowsRecurring { get; set; } = null;
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet/MetaDataProvider.cs
Expand Up @@ -96,7 +96,7 @@ internal string PlatformIdentifier
}
}

const string SDK_VERSION = "3.15.0";
const string SDK_VERSION = "3.16.0";

const string SERVER_META_INFO_HEADER = "X-GCS-ServerMetaInfo";

Expand Down
4 changes: 2 additions & 2 deletions connect-sdk-dotnet/connect-sdk-dotnet.csproj
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyVersion>3.15.0</AssemblyVersion>
<Version>3.15.0</Version>
<AssemblyVersion>3.16.0</AssemblyVersion>
<Version>3.16.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Ingenico ePayments</Company>
<Product>Ingenico Connect .NET SDK</Product>
Expand Down
3 changes: 3 additions & 0 deletions documentation/.gitignore
@@ -0,0 +1,3 @@
_site
api
obj
Binary file added documentation/connect/favicon.ico
Binary file not shown.
55 changes: 55 additions & 0 deletions documentation/connect/layout/_master.tmpl
@@ -0,0 +1,55 @@
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
{{!include(/^styles/.*/)}}
{{!include(/^fonts/.*/)}}
{{!include(favicon.ico)}}
{{!include(logo.png)}}
{{!include(search-stopwords.json)}}
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
{{>partials/head}}
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
{{^_disableNavbar}}
{{>partials/navbar}}
{{/_disableNavbar}}
{{^_disableBreadcrumb}}
{{>partials/breadcrumb}}
{{/_disableBreadcrumb}}
</header>
{{#_enableSearch}}
<div class="container body-content">
{{>partials/searchResults}}
</div>
{{/_enableSearch}}
<div role="main" class="container body-content hide-when-search">
{{^_disableToc}}
{{>partials/toc}}
<div class="article row grid-right">
{{/_disableToc}}
{{#_disableToc}}
<div class="article row grid">
{{/_disableToc}}
{{#_disableAffix}}
<div class="col-md-12">
{{/_disableAffix}}
{{^_disableAffix}}
<div class="col-md-10">
{{/_disableAffix}}
<article class="content wrap" id="_content" data-uid="{{uid}}">
{{!body}}
</article>
</div>
{{^_disableAffix}}
{{>partials/affix}}
{{/_disableAffix}}
</div>
</div>
{{^_disableFooter}}
{{>partials/footer}}
{{/_disableFooter}}
</div>
{{>partials/scripts}}
</body>
</html>
Binary file added documentation/connect/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions documentation/connect/partials/_logo.liquid
@@ -0,0 +1,8 @@
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<a class="navbar-brand" href="{{_rel}}index.html">
{%- if _appLogoPath -%}
<img id="logo" class="svg" src="{{_rel}}{{_appLogoPath}}" alt="{{_appName}}" >
{%- else -%}
<img id="logo" class="svg" src="{{_rel}}logo.png" alt="{{_appName}}" >
{%- endif -%}
</a>
5 changes: 5 additions & 0 deletions documentation/connect/partials/logo.tmpl.partial
@@ -0,0 +1,5 @@
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}

<a class="navbar-brand" href="https://epayments.developer-ingenico.com/documentation/sdk/server/dotnet/">
<img id="logo" class="svg" src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.png{{/_appLogoPath}}" alt="{{_appName}}" >
</a>
47 changes: 47 additions & 0 deletions documentation/docfx.json
@@ -0,0 +1,47 @@
{
"metadata": [
{
"src": [
{
"files": [
"**.csproj"
],
"src": "../connect-sdk-dotnet"
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml"
]
},
{
"files": [
"toc.yml"
]
}
],
"dest": "_site",
"globalMetadata": {
"_appTitle": "Ingenico Connect .NET SDK",
"_appFooter": "Copyright (c) 2016 Global Collect Services B.V.",
"_enableSearch": true
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"./connect"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": true
}
}
3 changes: 3 additions & 0 deletions documentation/toc.yml
@@ -0,0 +1,3 @@
- name: API Documentation
href: api/
homepage: api/Ingenico.Connect.Sdk.yml

0 comments on commit 0226388

Please sign in to comment.