Skip to content

Commit a2853d3

Browse files
committed
use production webhook
1 parent c4873b0 commit a2853d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/interactive/TopUpCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ export default function TopUpCard({
110110
try {
111111
setRedirectingId(p.id); // show banner & disable button
112112

113-
const webhookUrl =
114-
"https://n8n.bounteer.com/webhook-test/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
113+
const webhookUrl = "https://n8n.bounteer.com/webhook/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
114+
// const webhookUrl = "https://n8n.bounteer.com/webhook-test/9d62c0a4-4078-4ba4-b2a8-6d4f6982d339";
115115
const params = new URLSearchParams({
116116
product_id: String(p.stripe_product_id),
117117
id: String(p.id),

0 commit comments

Comments
 (0)