stripe button

This commit is contained in:
CHIEFSOFT\ameye
2025-08-23 16:53:50 -04:00
parent 777f3cbec4
commit 9e4de10251
4 changed files with 102 additions and 33 deletions
+7
View File
@@ -83,6 +83,13 @@ export const MyProductData = (reqData) => {
return postAuxEnd(`/panel/myproduct/dash`, postData, false)
}
export const StripeSubscriptionCreate = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/subscription/start`, postData, false)
}
// FUNCTION TO GET CALENDAR EVENTS
export const getCalendarEvents = (reqData) => {
let postData = {