Ver código fonte

Merge branch 'dev'

master
Guillaume 4 anos atrás
pai
commit
6fd8cd224b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      common/helpers/Tiller.php

+ 1
- 1
common/helpers/Tiller.php Ver arquivo

@@ -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;
}

Carregando…
Cancelar
Salvar