Skip to content

Commit

Permalink
close #614 Fixed: Cannot pay for the bill and cannot delete the bill
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 10, 2018
1 parent 17be9fa commit cd8f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/Expense/CreateBill.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function handle()

$amount = $s_total + $tax_total;

$request['amount'] = money($amount, $this->request['currency_code'])->getAmount();
$this->request['amount'] = money($amount, $this->request['currency_code'])->getAmount();

$bill->update($this->request->input());

Expand Down

0 comments on commit cd8f5fe

Please sign in to comment.