Create buy now invoices as draft
This commit is contained in:
parent
cd0376f0a6
commit
e617e92603
1 changed files with 0 additions and 1 deletions
|
|
@ -342,7 +342,6 @@ class OnlinePaymentController extends BaseController
|
|||
|
||||
$data = [
|
||||
'client_id' => $client->id,
|
||||
'is_public' => true,
|
||||
'is_recurring' => filter_var(Input::get('is_recurring'), FILTER_VALIDATE_BOOLEAN),
|
||||
'frequency_id' => Input::get('frequency_id'),
|
||||
'auto_bill_id' => Input::get('auto_bill_id'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue