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

This commit is contained in:
Tobias Johansson
2024-11-18 08:52:12 +00:00
parent 1e94a857c1
commit ce453d8b1d
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -13,4 +13,5 @@ interface Window {
}
}
Cookiebot: { changed: boolean; consented: boolean }
ApplePaySession: (() => void) | undefined
}