Skip to content

Commit 50672ab

Browse files
committed
Working on billing
1 parent 502e451 commit 50672ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Billing.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Billing
1010
public function generateInvoice($billing)
1111
{
1212
$invoices = new Invoices();
13+
1314

1415
$partner_id = 1;
1516
$user_id = 1;

0 commit comments

Comments
 (0)