Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/src/components/digital-wallet-applepay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const DigitalWalletApplepay: FunctionComponent<Props> = (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.",
);
}
}
Expand Down
Loading