@funnelsgrove/payments 0.7.17 → 0.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -390,8 +390,7 @@ export function SolidgateCheckoutDialog({ open, request, customerEmail, checkout
|
|
|
390
390
|
return null;
|
|
391
391
|
}
|
|
392
392
|
const showForm = view.state === 'ready'
|
|
393
|
-
|| view.state === 'submitting'
|
|
394
|
-
|| view.state === 'verifying';
|
|
393
|
+
|| view.state === 'submitting';
|
|
395
394
|
const statusMessage = view.state === 'loading'
|
|
396
395
|
? copy.loading
|
|
397
396
|
: view.state === 'submitting'
|