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; $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();