We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbc626 commit e82e943Copy full SHA for e82e943
Jobs/DeletePaymentMethod.php
@@ -80,10 +80,6 @@ public function getRelationships()
80
$counter[] = $transaction_count . ' ' . strtolower(trans_choice('general.transactions', ($transaction_count > 1) ? 2 : 1));
81
}
82
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
-
87
return $counter;
88
89
0 commit comments