We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4873b0 commit a2853d3Copy full SHA for a2853d3
src/components/interactive/TopUpCard.tsx
@@ -110,8 +110,8 @@ export default function TopUpCard({
110
try {
111
setRedirectingId(p.id); // show banner & disable button
112
113
- const webhookUrl =
114
- "https://n8n.bounteer.com/webhook-test/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
+ const webhookUrl = "https://n8n.bounteer.com/webhook/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
+ // const webhookUrl = "https://n8n.bounteer.com/webhook-test/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
115
const params = new URLSearchParams({
116
product_id: String(p.stripe_product_id),
117
id: String(p.id),
0 commit comments