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

processor_id array key fix (4.7)

parent aac34bb3
No related branches found
No related tags found
No related merge requests found
......@@ -634,7 +634,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$query_params = array(
1 => array($stripe_customer->id, 'String'),
2 => array($invoice_id, 'String'),
2 => array($this->_paymentProcessor['id'], 'Integer'),
3 => array($this->_paymentProcessor['id'], 'Integer'),
);
// Insert the new Stripe Subscription info.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment