add error handler for payment request

This commit is contained in:
smanylov
2026-04-02 11:29:15 +07:00
parent 2878f546ee
commit 9b83ba3176
6 changed files with 16 additions and 7 deletions
@@ -550,7 +550,7 @@ export default function VerificationUploadSection({
</div>
</div>
{
{/* {
(fileType === 'image' && file.preview) && (
<div
className="image-preview-wrapper"
@@ -565,7 +565,7 @@ export default function VerificationUploadSection({
</div>
)
}
} */}
{
file.status === 'pending' && (
@@ -16,12 +16,12 @@ export default function SettingUserVerification() {
Верификация юзера
</h3>
<form>
{/* <VerificationUploadSection
{/* <VerificationUploadSection
fileType="image"
allowedExtensions={allFilesExtensions.images}
maxFileSize={allFilesExtensions.maxFileSize}
/> */}
{/* <button type="submit" className="btn btn-primary">
{/* <button type="submit" className="btn btn-primary">
загрузить
</button> */}
</form>