Skip to content

Commit

Permalink
Fix testnet/mainnet schyzo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperstrongBE committed Nov 20, 2024
1 parent b494d76 commit 7b33571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const CheckoutProvider: React.FunctionComponent<
(async () => {
const userBalances = await getUserBalances(
session.auth.actor.toString(),
true
config.gatewayNetwork === 'testnet'
);
setUserBalances(userBalances);
const paymentOrder = await getOrderPayment(
Expand Down

0 comments on commit 7b33571

Please sign in to comment.