fix
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "account.h"
|
||||
|
||||
long BkoCommonSessionCheck(long backoffice_id,long shop,long acc, const char *sessionid, int create );
|
||||
long BkoResendOffer(CVars in, CVars &out);
|
||||
|
||||
long bko_calls(CVars in, CVars &out)
|
||||
{
|
||||
@@ -25,15 +26,23 @@ long bko_calls(CVars in, CVars &out)
|
||||
{
|
||||
case WRENCHBOARD_BKO_LOGIN:
|
||||
return LoginBkoAdmin( in, out);
|
||||
break;
|
||||
|
||||
|
||||
break;
|
||||
|
||||
case WRENCHBOARD_BKO_RESEND_OFFER:
|
||||
return BkoResendOffer( in, out);
|
||||
break;
|
||||
}
|
||||
logfmt( logINFO, "/bko_calls()" );
|
||||
return 0;
|
||||
}
|
||||
|
||||
long BkoResendOffer(CVars in, CVars &out)
|
||||
{
|
||||
logfmt( logINFO, "BkoResendOffer()" );
|
||||
REQ_STRING (in, "offer_code", 5, 49, "(.*)");
|
||||
|
||||
logfmt( logINFO, "/BkoResendOffer()" );
|
||||
}
|
||||
|
||||
|
||||
long LoginBkoAdmin(CVars in, CVars &out)
|
||||
|
||||
Reference in New Issue
Block a user