feat(SW-817): hide apple pay if not supported

This commit is contained in:
Tobias Johansson
2024-11-12 15:30:59 +01:00
parent 1e94a857c1
commit ce453d8b1d
2 changed files with 16 additions and 1 deletions

1
types/window.d.ts vendored
View File

@@ -13,4 +13,5 @@ interface Window {
}
}
Cookiebot: { changed: boolean; consented: boolean }
ApplePaySession: (() => void) | undefined
}