Skip to content
Snippets Groups Projects
Commit 8a82789f authored by Rich Lott / Artful Robot's avatar Rich Lott / Artful Robot
Browse files

Add comment re customer_email to StripeCheckout code

parent b3277c95
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,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