Transaksi

# feat:
- proses transfer
- metode pembayaran
### issue:
- data nama bank dan rekenening belum masuk
This commit is contained in:
2023-11-18 08:33:56 +08:00
parent 71834ddb2f
commit 19e870f8cd
38 changed files with 615 additions and 219 deletions

View File

@@ -0,0 +1,15 @@
export interface MODEL_User_profile {
id: string;
username: string;
nomor: string;
Profile: {
id: string;
alamat: string;
email: string;
jenisKelamin: string;
name: string;
ImageProfile: {
url: string;
} | null;
} | null;
}

View File

@@ -44,7 +44,7 @@ import { gs_ListPortofolio } from "../katalog/portofolio/state/global_state";
import { myConsole } from "@/app/fun/my_console";
import { getFotoProfile } from "../katalog/profile/api/get-foto-profile";
import { funGetUserProfile } from "../fun/get_user_profile";
import { MODEL_User_profile } from "../models/user_profile";
import { MODEL_User_profile } from "./models/user_profile";
import AppNotif from "../notif";
// export const dynamic = "force-dynamic"