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
+1
View File
@@ -97,6 +97,7 @@ const CARD_HOLDER_CREATED = 10;
const CARD_OWNER_ACTIVE = 30;
const CARD_ASSIGNED = 40;
const CARD_ACTIVATE_CARD = 50;
const CARD_WALLET_ADD = 60;
define('EVENT_PRIORITY_HIGH', 10);
define('WRB_JOB_CRONJOB',770);
-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(){