|
@@ -250,7 +250,7 @@ |
|
|
block discarded – undo |
|
250
|
250
|
} |
|
251
|
251
|
|
|
252
|
252
|
if (!in_array($interval_unit, $billing_intervals)) { |
|
253
|
|
- throw new \RuntimeException('Billing intervals should either be ' . implode(', ', $billing_intervals)); |
|
|
253
|
+ throw new \RuntimeException('Billing intervals should either be '.implode(', ', $billing_intervals)); |
|
254
|
254
|
} |
|
255
|
255
|
|
|
256
|
256
|
$plan_pricing = $this->addPlanBillingCycle($interval_unit, $interval_count, $price, $total_cycles); |
Please login to merge, or discard this patch.