Skip to content

Commit

Permalink
fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jul 29, 2024
1 parent 709b014 commit b51c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/src/bitte-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const BitteWallet: WalletBehaviourFactory<
throw new Error('No receiver found to send the transaction to');
}

const { cbUrl } = getCallbackUrl(callbackUrl ?? '');
const { cbUrl } = getCallbackUrlBitte(callbackUrl ?? '');

const callback = cbUrl || successUrl;

Expand Down

0 comments on commit b51c902

Please sign in to comment.