feat: update README for payment process clarity and enhance success notification button behavior

This commit is contained in:
Danel Kungla
2025-08-11 17:51:35 +03:00
parent 99ba14bab2
commit c3cab7c06d
4 changed files with 16 additions and 13 deletions

View File

@@ -4,14 +4,11 @@ import { redirect } from 'next/navigation';
import { updateCustomer } from '@lib/data/customer';
import { createAuthApi } from '@kit/auth/api';
import { enhanceAction } from '@kit/next/actions';
import { getSupabaseServerClient } from '@kit/supabase/server-client';
import pathsConfig from '~/config/paths.config';
import { UpdateAccountSchema } from '../../schemas/update-account.schema';
export interface AccountSubmitData {
firstName: string;
lastName: string;