prevent double gateway fee removal
This commit is contained in:
parent
f8e60546fb
commit
ee6f2012f6
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class AutoBillInvoice extends AbstractService
|
|||
}
|
||||
catch(\Exception $e){
|
||||
nlog("payment NOT captured for ". $this->invoice->number . " with error " . $e->getMessage());
|
||||
$this->invoice->service()->removeUnpaidGatewayFees();
|
||||
// $this->invoice->service()->removeUnpaidGatewayFees();
|
||||
}
|
||||
|
||||
if($payment){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue