diff --git a/FieldType.cs b/FieldType.cs index ad87b2e..a8611e7 100644 --- a/FieldType.cs +++ b/FieldType.cs @@ -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) diff --git a/Plexo.Models.csproj b/Plexo.Models.csproj index 49b72b9..3bce6e3 100644 --- a/Plexo.Models.csproj +++ b/Plexo.Models.csproj @@ -148,7 +148,7 @@ - 11.0.2 + 13.0.3