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) {