Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions FieldType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ public enum FieldType
RefundIntegerId = 0x510,
ReserveIntegerId = 0x511,
BankId = 0x512,
PaypalFeeAmountCurrency,
PaypalFeeAmount,
PaypalNetAmountCurrency,
PaypalNetAmount,
PaypalMerchantId,
PaypalPayeeAccountId,

//Commerce Related Information starts at 0x800
ProviderCommerceNumber = 0x801, //This Could be the commerce id (Master/Oca/Visa/Etc)
Expand Down
2 changes: 1 addition & 1 deletion Plexo.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>13.0.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down