feat: update payment handling in LobbyScreen and configure Stripe merchant identifiers
This commit is contained in:
@@ -39,7 +39,14 @@ export default function LobbyScreen({ user, token, onLogout, onSelectTable, onRe
|
||||
|
||||
const init = await initPaymentSheet({
|
||||
merchantDisplayName: 'Vegas Blackjack',
|
||||
paymentIntentClientSecret: data.clientSecret
|
||||
paymentIntentClientSecret: data.clientSecret,
|
||||
applePay: {
|
||||
merchantCountryCode: 'HU'
|
||||
},
|
||||
googlePay: {
|
||||
merchantCountryCode: 'HU',
|
||||
testEnv: __DEV__
|
||||
}
|
||||
});
|
||||
|
||||
if (init.error) {
|
||||
|
||||
Reference in New Issue
Block a user