diff --git a/src/app/new-match/new-match-client.tsx b/src/app/new-match/new-match-client.tsx
index df0630a..2aff24c 100644
--- a/src/app/new-match/new-match-client.tsx
+++ b/src/app/new-match/new-match-client.tsx
@@ -884,7 +884,7 @@ export default function NewMatchClient() {
) : (
<>
- {t["Pay"] || "Pay"}
+ {t["Payment"] || "Payment"}
= {
token: getSecurityToken(),
service: HABCOIN_PAY_SERVICE,
- app_name: HABCOIN_PAY_SERVICE,
+ app_name: HABCOIN_PAY_APP_NAME,
object_id: objectId,
};
diff --git a/src/hooks/marriage/use-validate-discount.ts b/src/hooks/marriage/use-validate-discount.ts
index ca1f2b8..aef32e2 100644
--- a/src/hooks/marriage/use-validate-discount.ts
+++ b/src/hooks/marriage/use-validate-discount.ts
@@ -31,6 +31,7 @@ export async function validateDiscountCode({
const { data } = await http.post("/habcoin/validate-discount/", {
code,
service,
+ app_name: "marriage",
object_id: objectId,
});