Change default payment gateway to zarinpal

This commit is contained in:
marzban-dev
2026-05-15 13:57:50 +03:30
parent f9e51b8fa9
commit 3ba2207ae4
+3 -3
View File
@@ -21,9 +21,9 @@ const router = useRouter();
const paymentGateways = ref<PaymentGateway[]>([ const paymentGateways = ref<PaymentGateway[]>([
{ {
id: 5, id: 5,
picture: "/img/gateways/zibal.png", picture: "/img/gateways/zarinpal.png",
title: یبال", title: رین‌ پال",
type: "ZIBAL", type: "ZARINPAL",
}, },
]); ]);