diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 0978cc3..4f2650f 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -8967,12 +8967,6 @@ public function convertOrder($order, $terminal=null, $as_array=false) if ( ! isset($order['vatMethod'])) { $order['vatMethod'] = 'VAT-METHOD-INCLUSIVE'; } - if ( ! isset($order['changeCounter'])) { - $order['changeCounter'] = 0; - } - if ( ! isset($order['versionNumber'])) { - $order['versionNumber'] = 0; - } if ( ! isset($order['prepaidAmount'])) { $order['prepaidAmount'] = 0; }