template endpoint added

This commit was merged in pull request #79.
This commit is contained in:
victorAnumudu
2025-09-01 21:01:47 +01:00
parent 72dc343d01
commit 67d26f6ab0
7 changed files with 483 additions and 142 deletions
+8
View File
@@ -197,6 +197,14 @@ export const getProductTemplateData = (reqData) => {
return postAuxEnd(`/panel/account/products/templates`, postData, false)
}
// FUNCTION TO ACTIVATE TEMPLATE
export const activateTemplate = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/account/template/activate`, postData, false)
}
// FUNCTION TO GET PRODUCT SUBSCRIPTIONS
export const completeProfile = (reqData) => {
let postData = {