Fix abackend

This commit is contained in:
CHIEFSOFT\ameye
2024-11-01 16:17:11 -04:00
parent d4548b550a
commit 7bce678c02
4 changed files with 12 additions and 12 deletions
-10
View File
@@ -72,16 +72,6 @@ class WrenchWallet extends BaseController
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
$out['internal_return'] = $ret;
log_message('critical', "requestVirtualCard ********* ALL ".serialize($out) );
// concluded need to register user card
/*
if ( $out['request_id'] !='' && $out['request_uid'] !=''){
$local_url = "http://".$this->micro_service_net1.":3038/create";
$out = $this->APIcall('POST', $local_url, $out);
}
log_message('critical', "WrenchWallet::requestVirtualCard ********* ALL ".serialize($out) );
*/
return $this->respond( $this->summaryReturnData($in,$out), 200);
}
public function redeemOptions(){