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

@@ -39,7 +39,7 @@ export default async function MerchantIntegrationPage(props: {
redirect(`/merchant/${identifier}/login`);
}
const host = process.env.NEXT_PUBLIC_BASE_URL || 'https://p2cgateway.com';
const host = process.env.NEXT_PUBLIC_BASE_URL || 'https://p2cgateway.store';
const checkoutUrl = `${host}/checkout?merchant_id=${merchant.short_id || merchant.id}&amount=100&currency=TRY&ref_id=SİPARİŞ_123`;
return (