AutumnA
Autumn5mo ago
13 replies
presidentcarter

For some reason when I check out using

For some reason when I check out using the checkout dialog, I always get sent back to the useautumn.com homepage instead of my successURL. Any ideas?

const addTokens = async () => {
checkout({
productId: TOPUP_PRODUCT_ID,
dialog: CheckoutDialog,
successUrl: 'http://localhost:3000/admin', // Has to be a full URL
})
};
Was this page helpful?