Skip to content

Commit a08595a

Browse files
authored
Merge pull request #147 from mercadopago/release/2.2.0
Release/2.2.0
2 parents 76b9488 + ca7d13e commit a08595a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/MercadoPago/Client/Customer/CustomerRequest.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ public class CustomerRequest
3939
/// </summary>
4040
public string DefaultAddress { get; set; }
4141

42+
/// <summary>
43+
/// Customer's default card.
44+
/// </summary>
45+
public string DefaultCard { get; set; }
46+
4247
/// <summary>
4348
/// Default address information.
4449
/// </summary>

src/MercadoPago/MercadoPago.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<SignAssembly>True</SignAssembly>
1919
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2020
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
21-
<Version>2.1.0</Version>
22-
<VersionPrefix>2.1.0</VersionPrefix>
21+
<Version>2.2.0</Version>
22+
<VersionPrefix>2.2.0</VersionPrefix>
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">

src/MercadoPago/Resource/Payment/PaymentTransactionData.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ public class PaymentTransactionData
3030
/// </summary>
3131
public long? FinancialInstitution { get; set; }
3232

33+
/// <summary>
34+
/// URL to access the ticket.
35+
/// </summary>
36+
public string TicketUrl { get; set; }
37+
3338
/// <summary>
3439
/// Bank info.
3540
/// </summary>

0 commit comments

Comments
 (0)