fix: amount information in membership

This commit is contained in:
Jannat Patel
2023-08-17 14:20:30 +05:30
parent c2a6697f72
commit ed651959c1
3 changed files with 41 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ const handle_success = (response, course, address, order_id) => {
});
setTimeout(() => {
window.location.href = data.message;
}, 2000);
}, 1000);
},
});
};