Change default payment gateway to zarinpal
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user