Преглед на файлове

[backend] Tiller : correction test synchro

dev
Guillaume преди 4 години
родител
ревизия
a694c52045
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      common/helpers/Tiller.php

+ 1
- 1
common/helpers/Tiller.php Целия файл

@@ -89,7 +89,7 @@ class Tiller
if(isset($ordersTiller->orders)) {
foreach ($ordersTiller->orders as $orderTiller) {
if ($orderOpendistrib->id == $orderTiller->externalId
&& ($orderOpendistrib->getAmountWithTax(Order::AMOUNT_TOTAL) * 100) == $orderTiller->currentBill) {
&& (int) round($orderOpendistrib->getAmountWithTax(Order::AMOUNT_TOTAL) * 100) == (int) $orderTiller->currentBill) {

$ordersOpendistribSynchro[$orderOpendistrib->id] = true;
}

Loading…
Отказ
Запис