Skip to content
Snippets Groups Projects
Commit f5800352 authored by mattwire's avatar mattwire
Browse files

Further fix to build lineitems for Drupal9Webform

parent ad83eda9
Branches
Tags
1 merge request!217Implement Stripe Checkout (with support for SEPA and ACH)
......@@ -169,7 +169,7 @@ class CRM_Core_Payment_StripeCheckout extends CRM_Core_Payment_Stripe {
$stripeCustomerID = $existingStripeCustomer['customer_id'];
}
if (!empty($paymentParams['skipLineItem'])) {
if (!empty($paymentParams['skipLineItem']) || empty($paymentParams['line_item'])) {
$lineItems = [
'priceset' => [
'pricesetline' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment