Skip to content
Snippets Groups Projects
Commit aac34bb3 authored by laryn's avatar laryn Committed by GitHub
Browse files

Same syntax error on 4.7

parent e106cfab
Branches
Tags
No related merge requests found
......@@ -605,7 +605,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$existing_subscription_query = CRM_Core_DAO::singleValueQuery("SELECT invoice_id
FROM civicrm_stripe_subscriptions
WHERE customer_id = %1 AND is_live = '{$this->_islive}', and processor_id = %2", $query_params);
WHERE customer_id = %1 AND is_live = '{$this->_islive}' AND processor_id = %2", $query_params);
if (!empty($existing_subscription_query)) {
// Cancel existing Recurring Contribution in CiviCRM.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment