banner text

This commit is contained in:
CHIEFSOFT\ameye
2023-06-24 23:03:58 -04:00
parent 121913ece2
commit d822982a3e
2 changed files with 12 additions and 8 deletions
+4
View File
@@ -114,6 +114,7 @@ class WrenchApi extends BaseController
'paynewcard' => ['POST'],
'paylistcard' => ['POST'],
'payremcard' => ['POST'],
'mynotifications' => ['POST'],
];
return $endpoints;
}
@@ -121,6 +122,9 @@ class WrenchApi extends BaseController
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
switch ($endpoint) {
case 'mynotifications':
$in["action"] = 67989999;
break;
case 'payprevcard':
$in["action"] = WRENCHBOARD_USER_USESAVEDCC;
break;