Add paypal payments

This commit is contained in:
Deon George
2020-07-27 14:49:59 +10:00
parent 9887996da8
commit 1242dffa20
18 changed files with 1483 additions and 433 deletions

View File

@@ -38,6 +38,6 @@ class AccountController extends Controller
$io->items->push($o);
}
return View('u.invoice',['o'=>$io]);
return View('u.invoice.home',['o'=>$io]);
}
}