Skip to content

Commit

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

/// <summary>
/// The card holder�s address details. We advise to provide these details to improve the credit card
/// fraud protection, and thus improve conversion.
/// </summary>
public AddressObject? BillingAddress { get; set; }

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

/// <summary>
/// The card token you get from Mollie Components. The token contains the card information
/// (such as card holder, card number and expiry date) needed to complete the payment.
Expand Down

0 comments on commit 5eccbb1

Please sign in to comment.