Change default payment gateway to zarinpal
This commit is contained in:
@@ -21,9 +21,9 @@ const router = useRouter();
|
||||
const paymentGateways = ref<PaymentGateway[]>([
|
||||
{
|
||||
id: 5,
|
||||
picture: "/img/gateways/zibal.png",
|
||||
title: "زیبال",
|
||||
type: "ZIBAL",
|
||||
picture: "/img/gateways/zarinpal.png",
|
||||
title: "زرین پال",
|
||||
type: "ZARINPAL",
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user