Skip to content

Commit

Permalink
add marketplace at payment request (#179)
Browse files Browse the repository at this point in the history
* add marketplace at payment request

* update version
  • Loading branch information
brunacamposxx authored Mar 12, 2024
1 parent 75f4463 commit 9bb06ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/MercadoPago/Client/Payment/PaymentCreateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ public class PaymentCreateRequest : IdempotentRequest
/// </summary>
public string PaymentMethodOptionId { get; set; }

/// <summary>
/// Marketplace.
/// </summary>
public string Marketplace { get; set; }

/// <summary>
/// Transaction details.
/// </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.3.6</Version>
<VersionPrefix>2.3.6</VersionPrefix>
<Version>2.3.7</Version>
<VersionPrefix>2.3.7</VersionPrefix>
</PropertyGroup>

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

0 comments on commit 9bb06ba

Please sign in to comment.