From 03bb31a9e3a3cda0800ccd18e7de3747d35fe918 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 4 Oct 2021 21:12:20 +1100 Subject: [PATCH] clean up --- app/Services/Invoice/AutoBillInvoice.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/Services/Invoice/AutoBillInvoice.php b/app/Services/Invoice/AutoBillInvoice.php index f450380f0ab9..f4d6d4cfa7d9 100644 --- a/app/Services/Invoice/AutoBillInvoice.php +++ b/app/Services/Invoice/AutoBillInvoice.php @@ -291,16 +291,6 @@ class AutoBillInvoice extends AbstractService * @param float $amount The amount to charge * @return ClientGatewayToken The client gateway token */ - // private function - // { - // $gateway_tokens = $this->client->gateway_tokens()->orderBy('is_default', 'DESC')->get(); - - // foreach ($gateway_tokens as $gateway_token) { - // if ($this->validGatewayLimits($gateway_token, $amount)) { - // return $gateway_token; - // } - // } - // } public function getGateway($amount) {