Deployment: Target domain set to p2cgateway.store and environment variables synced
This commit is contained in:
@@ -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¤cy=TRY&ref_id=SİPARİŞ_123`;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user