From 38f55fd0de931b0a3273b01dbb01a070a12467ee Mon Sep 17 00:00:00 2001 From: "Freerk @ MplusKASSA" <44289792+freerk-mpluskassa@users.noreply.github.com> Date: Thu, 12 May 2022 14:06:03 +0200 Subject: [PATCH] dont add changeCounter en versionNumber --- Mplusqapiclient.php | 6 ------ 1 file changed, 6 deletions(-) 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; }