production endpoint update

This commit is contained in:
2026-06-03 17:32:04 -04:00
parent 1af42b790c
commit 125c40dbcf
8 changed files with 60 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ const IS_DEV = import.meta.env.DEV;
const MERCHANT_HANDLE = IS_DEV
? 'wesley-high-school'
: 'dominica-methodist-circuit';
: 'wesley-high-school';
const PAYMENT_BASE_URL = IS_DEV
? 'https://pay-dm-dev.web.app'