Skip to content

Commit 63e9781

Browse files
authored
Merge pull request #74 from gaubansa/master
sdk version updated- april 22 release
2 parents 2662b5d + 203fb29 commit 63e9781

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Source/Samples/Payments/Payments/IncrementalAuthorization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static PtsV2IncrementalAuthorizationPatch201Response Run()
1717
Code: clientReferenceInformationCode
1818
);
1919

20-
bool processingInformationAuthorizationOptionsInitiatorStoredCredentialUsed = true;
20+
string processingInformationAuthorizationOptionsInitiatorStoredCredentialUsed = "true";
2121
Ptsv2paymentsidProcessingInformationAuthorizationOptionsInitiator processingInformationAuthorizationOptionsInitiator = new Ptsv2paymentsidProcessingInformationAuthorizationOptionsInitiator(
2222
StoredCredentialUsed: processingInformationAuthorizationOptionsInitiatorStoredCredentialUsed
2323
);

cybersource-rest-samples-csharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</Reference>
4444
<Reference Include="cybersource-rest-client-dotnet">
4545
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>packages\CyberSource.Rest.Client.0.0.1.21\lib\cybersource-rest-client-dotnet.dll</HintPath>
46+
<HintPath>packages\CyberSource.Rest.Client.0.0.1.22\lib\cybersource-rest-client-dotnet.dll</HintPath>
4747
</Reference>
4848
<Reference Include="jose-jwt">
4949
<HintPath>packages\jose-jwt.2.4.0\lib\net461\jose-jwt.dll</HintPath>

cybersource-rest-samples-netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<ItemGroup>
4242
<PackageReference Include="CyberSource.Authentication.NetStandard" Version="0.0.1.6" />
43-
<PackageReference Include="CyberSource.Rest.Client.NetStandard" Version="0.0.1.13" />
43+
<PackageReference Include="CyberSource.Rest.Client.NetStandard" Version="0.0.1.14" />
4444
<PackageReference Include="jose-jwt" Version="2.5.0" />
4545
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
4646
<PackageReference Include="NLog" Version="4.7.4" />

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CyberSource.Authentication" version="0.0.0.13" targetFramework="net461" />
4-
<package id="CyberSource.Rest.Client" version="0.0.1.21" targetFramework="net461" />
4+
<package id="CyberSource.Rest.Client" version="0.0.1.22" targetFramework="net461" />
55
<package id="jose-jwt" version="2.4.0" targetFramework="net461" />
66
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
77
<package id="NLog" version="4.5.10" targetFramework="net461" />

0 commit comments

Comments
 (0)