diff --git a/src/pages/Payment/index.js b/src/pages/Payment/index.js
index b573840..52c5eeb 100644
--- a/src/pages/Payment/index.js
+++ b/src/pages/Payment/index.js
@@ -8,6 +8,7 @@ const DataGrid = Loadable(React.lazy(() => import('./Details_Public/DataGrid')))
import { useEffect, useState } from "react";
import { useNavigate, useLocation } from "react-router-dom";
import { paymentPath } from "auth/utils";
+import * as FormatUtils from "utils/FormatUtils";
import {
Button,
@@ -377,7 +378,7 @@ const Index = () => {
- 支付金額: HK$ {totalAmount}
+ 支付金額: HK$ {FormatUtils.currencyFormat(totalAmount)}