@@ -200,7 +200,7 @@ |
||
200 | 200 | } |
201 | 201 | |
202 | 202 | if (!in_array($interval_unit, $billing_intervals)) { |
203 | - throw new \RuntimeException("Billing intervals should either be " . implode($billing_intervals, ", ")); |
|
203 | + throw new \RuntimeException("Billing intervals should either be ".implode($billing_intervals, ", ")); |
|
204 | 204 | } |
205 | 205 | |
206 | 206 | $plan_pricing = $this->addPlanBillingCycle($interval_unit, $interval_count, $price); |