Skip to content

Commit

Permalink
added external-reference in response
Browse files Browse the repository at this point in the history
  • Loading branch information
vicorrea25 committed Aug 28, 2024
1 parent da2605f commit b07d278
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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>net6.0;netstandard2.1</TargetFrameworks>
<Version>2.4.0</Version>
<VersionPrefix>2.4.0</VersionPrefix>
<Version>2.4.1</Version>
<VersionPrefix>2.4.1</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion src/MercadoPago/Resource/Payment/PaymentData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ public class PaymentData
/// Payment rules.
/// </summary>
public PaymentRules Rules { get; set; }

/// <summary>
/// External Reference Information.
/// </summary>
public string ExternalReferenceId { get; set; }
}
}
}

0 comments on commit b07d278

Please sign in to comment.