|
|
|
|
@ -645,7 +645,7 @@ class Migration { |
|
|
|
|
$result = self::soap_call($web_service_params, 'horarioDetalles', array('uididhorario' => 'E395895A-B480-456F-87F2-36B3A1EBB81C')); |
|
|
|
|
$result = self::soap_call($web_service_params, 'transacciones', array('ultimo' => 354911, 'cantidad' => 2)); |
|
|
|
|
*/ |
|
|
|
|
$branches = self::get_banches(); |
|
|
|
|
$branches = self::get_branches(); |
|
|
|
|
foreach ($branches as $branch) { |
|
|
|
|
error_log('Treating transactions for branch '.$branch['branch_id']); |
|
|
|
|
$last = self::get_latest_transaction_by_branch($branch['branch_id']); |
|
|
|
|
|