Skip to content

Commit

Permalink
Remove shipping address from paypal payment request
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Jul 9, 2024
1 parent 5eccbb1 commit 1439c2f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ public PayPalPaymentRequest() {
Method = PaymentMethod.PayPal;
}

/// <summary>
/// The shipping address details. We advise to provide these details to improve PayPal�s fraud protection,
/// and thus improve conversion.
/// </summary>
public AddressObject? ShippingAddress { get; set; }

/// <summary>
/// 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.
Expand Down

0 comments on commit 1439c2f

Please sign in to comment.