From 1439c2f445689c49c1e0e68bc242cc77a1483648 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 9 Jul 2024 19:17:14 +0200 Subject: [PATCH] Remove shipping address from paypal payment request --- .../PaymentSpecificParameters/PayPalPaymentRequest.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mollie.Api/Models/Payment/Request/PaymentSpecificParameters/PayPalPaymentRequest.cs b/src/Mollie.Api/Models/Payment/Request/PaymentSpecificParameters/PayPalPaymentRequest.cs index 204f19e1..ff6cb7cc 100644 --- a/src/Mollie.Api/Models/Payment/Request/PaymentSpecificParameters/PayPalPaymentRequest.cs +++ b/src/Mollie.Api/Models/Payment/Request/PaymentSpecificParameters/PayPalPaymentRequest.cs @@ -4,12 +4,6 @@ public PayPalPaymentRequest() { Method = PaymentMethod.PayPal; } - /// - /// The shipping address details. We advise to provide these details to improve PayPal�s fraud protection, - /// and thus improve conversion. - /// - public AddressObject? ShippingAddress { get; set; } - /// /// The unique ID you have used for the PayPal fraud library. You should include this if you use PayPal /// for an on-demand payment. The maximum character length is 32.