From db194654155de2394b530909371da00614cd797d Mon Sep 17 00:00:00 2001 From: Ngakan Nyoman Ari Surya Khrisna Date: Fri, 21 Aug 2026 10:44:19 +0800 Subject: [PATCH] fix: change applepay error message in mock & development mode --- sdk/src/components/digital-wallet-applepay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/components/digital-wallet-applepay.tsx b/sdk/src/components/digital-wallet-applepay.tsx index fd963a7..1bcbd80 100644 --- a/sdk/src/components/digital-wallet-applepay.tsx +++ b/sdk/src/components/digital-wallet-applepay.tsx @@ -154,7 +154,7 @@ export const DigitalWalletApplepay: FunctionComponent = (props) => { err instanceof NetworkError ) { alert( - "Apple Pay merchant validation failed. This usually means the device isn't signed into an Apple sandbox tester account. See https://developer.apple.com/apple-pay/sandbox-testing/", + "Apple Pay merchant validation failed. In test mode, Apple Pay only works on domains that have been onboarded with Xendit, and on devices signed into an Apple sandbox account, and in countries supported by the Apple Pay sandbox.", ); } }