Skip to content

Commit

Permalink
#v4.1.2111.0-rc - Invoice model update (#85)
Browse files Browse the repository at this point in the history
* - Invoice - RefundInfo fixed
  • Loading branch information
Antonio Buedo committed Nov 9, 2021
1 parent f59e237 commit a4e02cb
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 18 deletions.
Binary file modified Assemblies/BitPay.Net.Lib/net452/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net46/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net461/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net462/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net47/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net471/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net472/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -147,7 +147,7 @@
}
},
"libraries": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
}
},
"libraries": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.2": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
}
},
"libraries": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -180,7 +180,7 @@
}
},
"libraries": {
"BitPay/4.0.2104": {
"BitPay/4.1.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.dll
Binary file not shown.
Binary file added Assemblies/BitPay.Net.Lib_4.1.2111.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions BitPay/BitPay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* @author Antonio Buedo
* @date 19.04.2021
* @version 4.0.2104
* @date 08.11.2021
* @version 4.1.2111
*
* See bitpay.com/api for more information.
*/
Expand Down
8 changes: 4 additions & 4 deletions BitPay/BitPay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<TargetFrameworks>net452;net46;net461;net462;net47;net471;net472;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
<LangVersion>latest</LangVersion>
<!-- version numbers will be updated by build -->
<AssemblyVersion>4.0.2104.0</AssemblyVersion>
<FileVersion>4.0.2104</FileVersion>
<VersionPrefix>4.0.2104</VersionPrefix>
<Version>4.0.2104</Version>
<AssemblyVersion>4.1.2111.0</AssemblyVersion>
<FileVersion>4.1.2111</FileVersion>
<VersionPrefix>4.1.2111</VersionPrefix>
<Version>4.1.2111</Version>
<Authors>Antonio Buedo</Authors>
<Company>BitPay Inc.</Company>
<Owners>BitPay, Inc.</Owners>
Expand Down
6 changes: 3 additions & 3 deletions BitPay/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ public class Env
public const string TestUrl = "https://test.bitpay.com/";
public const string ProdUrl = "https://bitpay.com/";
public const string BitpayApiVersion = "2.0.0";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v4.0.2104";
public const string BitpayApiFrame = "custom";
public const string BitpayApiFrameVersion = "2.0.0";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v4.1.2111";
public const string BitpayApiFrame = "std";
public const string BitpayApiFrameVersion = "1.0.0";
public class Tokens
{
public string Merchant { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion BitPay/Models/Invoice/Invoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public dynamic RefundAddresses

public string BillId { get; set; }

public RefundInfo RefundInfo { get; set; }
public List<RefundInfo> RefundInfo { get; set; }

public double AmountPaid { get; set; }

Expand Down

0 comments on commit a4e02cb

Please sign in to comment.