Unwind gateway fees prior to marking as paid
This commit is contained in:
parent
f5dd1ae613
commit
492dc1cd04
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class InvoiceService
|
|||
*/
|
||||
public function markPaid()
|
||||
{
|
||||
$this->removeUnpaidGatewayFees();
|
||||
|
||||
$this->invoice = (new MarkPaid($this->invoice))->run();
|
||||
|
||||
return $this;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue