Skip to content

Commit e82e943

Browse files
committed
close #4 Fixed: Deletion Error #w8c2zr
1 parent 1fbc626 commit e82e943

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jobs/DeletePaymentMethod.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ public function getRelationships()
8080
$counter[] = $transaction_count . ' ' . strtolower(trans_choice('general.transactions', ($transaction_count > 1) ? 2 : 1));
8181
}
8282

83-
if ($transfer_count = Transfer::where('payment_method', $this->request->get('code'))->count()) {
84-
$counter[] = $transfer_count . ' ' . strtolower(trans_choice('general.transfers', ($transfer_count > 1) ? 2 : 1));
85-
}
86-
8783
return $counter;
8884
}
8985
}

0 commit comments

Comments
 (0)