auto recurring testing phase 15

This commit is contained in:
rizwanisready
2024-08-01 16:25:49 +05:30
parent 0036e3246e
commit f7d904fee1

View File

@@ -566,7 +566,7 @@
.then(data => {
// Creating checkout session for the selected subscription
console.log("Data:", data);
console.log("data.coupon.id:", data.coupon.id);
console.log("data.coupon:", data.coupon);
fetch(stripeFinalUrl, {
method: "POST",
headers: {