Deployment: Target domain set to p2cgateway.store and environment variables synced

This commit is contained in:
mstfyldz
2026-03-12 23:50:24 +03:00
parent a2b88c3df5
commit 1e460d0072
5 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ export default function MerchantsPage() {
const identifier = m.short_id || m.id;
const paymentLink = typeof window !== 'undefined'
? `${window.location.origin}/checkout?merchant_id=${identifier}&amount=0`
: `https://p2cgateway.com/checkout?merchant_id=${identifier}&amount=0`;
: `https://p2cgateway.store/checkout?merchant_id=${identifier}&amount=0`;
return (
<div key={m.id} className="bg-white rounded-[40px] border border-gray-100 p-8 shadow-sm hover:shadow-md transition-shadow group">