Skip to content
Snippets Groups Projects
Commit 92d1a0d5 authored by Rich Lott / Artful Robot's avatar Rich Lott / Artful Robot Committed by mattwire
Browse files

Add comment re customer_email to StripeCheckout code

parent 2edfd488
Branches
Tags
No related merge requests found
......@@ -199,6 +199,7 @@ class CRM_Core_Payment_StripeCheckout extends CRM_Core_Payment_Stripe {
'mode' => $propertyBag->getIsRecur() ? 'subscription' : 'payment',
'success_url' => $successUrl,
'cancel_url' => $failUrl,
// Nb. We can only specify customer_email|customer, not both.
// 'customer_email' => $propertyBag->getEmail(),
'customer' => $stripeCustomerID,
// 'submit_type' => one of 'auto', pay, book, donate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment