cardapplications
This commit is contained in:
@@ -123,7 +123,7 @@ class AirFlow extends BaseController
|
||||
/* GET LIST IN THE LIMIT AT STATUS */
|
||||
$in['limit'] = 2;
|
||||
$in['status'] = CARD_REQUESTED;
|
||||
$local_url = "http://".$this->micro_service_net1.":3038/createCardHolder";
|
||||
$local_url = "http://".$this->micro_service_net1.":3038/cardapplications";
|
||||
$out = $this->APIcall('POST', $local_url, $in);
|
||||
log_message('critical', "AirFlow::flowStripeCard ********* ALL ".serialize($out) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user