mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-13 00:04:37 -04: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;
|
$this->payment_completed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
nlog($transaction);
|
|
||||||
|
|
||||||
if(isset($transaction['payment_method']))
|
if(isset($transaction['payment_method']))
|
||||||
{
|
{
|
||||||
$cgt = ClientGatewayToken::where('token', $transaction['payment_method'])->first();
|
$cgt = ClientGatewayToken::where('token', $transaction['payment_method'])->first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user