wallet backend

This commit is contained in:
CHIEFSOFT\ameye
2024-10-18 09:02:32 -04:00
parent dfdd1a63fd
commit 2137b7f4be
4 changed files with 56 additions and 17 deletions
+1
View File
@@ -64,6 +64,7 @@ class WrenchWallet extends BaseController
log_message('critical', "WrenchWallet::requestVirtualCard Path GATE ***");
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$in["action"] = WRENCHBOARD_VIRTUAL_CARDADD;
$out=[];
$local_url = "http://".$this->micro_service_net1.":3038/create";