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:
parent
c197114ff0
commit
e2dd1cf0ce
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user