table fixed
This commit was merged in pull request #2.
This commit is contained in:
@@ -69,7 +69,7 @@ export const getBillings = (reqData) => {
|
||||
}
|
||||
|
||||
// FUNCTION TO GET SUBSCRIPTIONS
|
||||
export const getSubcriptions = (reqData) => {
|
||||
export const getSubscriptions = (reqData) => {
|
||||
const postData = { ...reqData }
|
||||
return getAuxEnd(`/subcriptions`, postData)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user