We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e0b48 commit 16dc0edCopy full SHA for 16dc0ed
backend/app/Services/Domain/Payment/Stripe/EventHandlers/AccountUpdateHandler.php
@@ -44,6 +44,7 @@ public function handleEvent(Account $stripeAccount): void
44
$this->accountRepository->updateWhere(
45
attributes: [
46
'stripe_connect_setup_complete' => $isAccountSetupCompleted,
47
+ 'is_manually_verified' => $isAccountSetupCompleted || $account->getIsManuallyVerified(),
48
],
49
where: [
50
'stripe_account_id' => $stripeAccount->id,
0 commit comments