Skip to content

Commit

Permalink
Merge pull request #147 from mercadopago/release/2.2.0
Browse files Browse the repository at this point in the history
Release/2.2.0
  • Loading branch information
eltinMeli authored Mar 24, 2022
2 parents 76b9488 + ca7d13e commit a08595a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/MercadoPago/Client/Customer/CustomerRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public class CustomerRequest
/// </summary>
public string DefaultAddress { get; set; }

/// <summary>
/// Customer's default card.
/// </summary>
public string DefaultCard { get; set; }

/// <summary>
/// Default address information.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions src/MercadoPago/MercadoPago.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<SignAssembly>True</SignAssembly>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
<Version>2.1.0</Version>
<VersionPrefix>2.1.0</VersionPrefix>
<Version>2.2.0</Version>
<VersionPrefix>2.2.0</VersionPrefix>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down
5 changes: 5 additions & 0 deletions src/MercadoPago/Resource/Payment/PaymentTransactionData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public class PaymentTransactionData
/// </summary>
public long? FinancialInstitution { get; set; }

/// <summary>
/// URL to access the ticket.
/// </summary>
public string TicketUrl { get; set; }

/// <summary>
/// Bank info.
/// </summary>
Expand Down

0 comments on commit a08595a

Please sign in to comment.