Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into coupon-page-cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ export default function MyCoupons() {
|
||||
//FUNCTION TO GET COUPON HISTORY
|
||||
const getCouponHistory = () => {
|
||||
apiCall
|
||||
.getCouponHx()
|
||||
.getCouponPending()
|
||||
.then((res) => {
|
||||
if (res.data.internal_return < 0) {
|
||||
// success but no data
|
||||
|
||||
Reference in New Issue
Block a user