diff --git a/frontend/views/order/success.php b/frontend/views/order/success.php index 2ab39a9..5a7fe0c 100755 --- a/frontend/views/order/success.php +++ b/frontend/views/order/success.php @@ -23,7 +23,10 @@ $this->params[ 'remarketing' ][ 'id' ] = ''; $this->params[ 'remarketing' ][ 'price' ] = ''; } - + if($_SERVER['REMOTE_ADDR'] == '89.252.10.6') { + var_dump($variants); + var_dump($order); + } ?>
-- libgit2 0.21.4