From c93f6c312d0ad81fe57cf2f88e1f032a314e97d0 Mon Sep 17 00:00:00 2001 From: snavatta Date: Fri, 7 Apr 2023 10:31:50 -0300 Subject: [PATCH 1/2] New FieldTypes for PayPal --- FieldType.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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) From 92b05b573583b7e53889abd8e74623fa4a47d5ea Mon Sep 17 00:00:00 2001 From: snavatta Date: Fri, 7 Apr 2023 10:32:12 -0300 Subject: [PATCH 2/2] Upgrade Newtonsoft.Json to 13.0.3 --- Plexo.Models.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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