test offer list function
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
#include "account.h"
|
#include "account.h"
|
||||||
#include "cards.h"
|
#include "cards.h"
|
||||||
#include "twilo.h"
|
#include "twilo.h"
|
||||||
|
#include "mobile.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#define RECOMMEND_COUPON 1000
|
#define RECOMMEND_COUPON 1000
|
||||||
@@ -57,7 +58,8 @@ return 0;
|
|||||||
|
|
||||||
// also used from accounts
|
// also used from accounts
|
||||||
long WrenchHomeBanners(CVars in, CVars &out) {
|
long WrenchHomeBanners(CVars in, CVars &out) {
|
||||||
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
|
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
|
||||||
|
WrenchReturnJobOffersList(in, out);
|
||||||
return 111;
|
return 111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user