Skip to content
Snippets Groups Projects
Commit 4f3631cf authored by Joshua Walker's avatar Joshua Walker
Browse files

Merge pull request #34 from giant-rabbit/livemode-fix

Don't use livemode parameter.
parents 5dfa46ca 9d7b5ba3
Branches
Tags
No related merge requests found
......@@ -480,7 +480,6 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
'name' => "CiviCRM every {$frequency_interval} {$frequency}s {$formatted_amount}",
'currency' => strtolower($params['currencyID']),
'id' => $plan_id,
'livemode' => (boolean) $transaction_mode,
'interval_count' => $frequency_interval,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment