Skip to content

Commit

Permalink
Ask to show deposit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Mar 5, 2024
1 parent ec8fe41 commit 389ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/checkout/Loopeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Loopeat({ cart, updateLoopeatReturns }) {
<Box p="3">
<Heading size="sm" mb="4">{ t('CHECKOUT_LOOPEAT_WALLET_AMOUNT', { amount: formatPrice(creditsCountCents) }) }</Heading>
<Button variant="outline"
onPress={ () => Linking.openURL(reusablePackagingAction.loopeatOAuthUrl + '&required_credits_cents=' + requiredAmount) }>
onPress={ () => Linking.openURL(reusablePackagingAction.loopeatOAuthUrl + '&required_credits_cents=' + requiredAmount + '&show_deposit=true') }>
{ t('CHECKOUT_LOOPEAT_ADD_CREDITS') }
</Button>
</Box>
Expand Down

0 comments on commit 389ed1d

Please sign in to comment.