Improve verification flow for ACH
This commit is contained in:
parent
c197114ff0
commit
e2dd1cf0ce
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue