1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Improve verification flow for ACH

This commit is contained in:
David Bomba 2023-03-09 17:34:50 +11:00
parent c197114ff0
commit e2dd1cf0ce

View File

@ -79,8 +79,6 @@ class PaymentIntentProcessingWebhook implements ShouldQueue
$this->payment_completed = true;
}
nlog($transaction);
if(isset($transaction['payment_method']))
{
$cgt = ClientGatewayToken::where('token', $transaction['payment_method'])->first();