wallet backend
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user