08-07-2016, 03:55 PM
Why did you change the name here:
https://github.com/Luke1982/corebos/blob...so.inc#L71
shouldn't it be
??
https://github.com/Luke1982/corebos/blob...so.inc#L71
PHP Code:
$data['LineItems'] = $wsso['pdoInformation'];
shouldn't it be
PHP Code:
$data['pdoInformation'] = $wsso['pdoInformation'];
??
Joe
TSolucio
TSolucio