payment success page

This commit is contained in:
efrilm
2025-10-30 17:08:11 +07:00
parent b335102677
commit bf43c398d2
7 changed files with 833 additions and 111 deletions
+1
View File
@@ -36,5 +36,6 @@ class AppRouter extends RootStackRouter {
// Payment
AutoRoute(page: PaymentRoute.page),
AutoRoute(page: PaymentSuccessRoute.page),
];
}