Skip to content

Commit 38f55fd

Browse files
dont add changeCounter en versionNumber
1 parent 4337d02 commit 38f55fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Mplusqapiclient.php

-6
Original file line numberDiff line numberDiff line change
@@ -8967,12 +8967,6 @@ public function convertOrder($order, $terminal=null, $as_array=false)
89678967
if ( ! isset($order['vatMethod'])) {
89688968
$order['vatMethod'] = 'VAT-METHOD-INCLUSIVE';
89698969
}
8970-
if ( ! isset($order['changeCounter'])) {
8971-
$order['changeCounter'] = 0;
8972-
}
8973-
if ( ! isset($order['versionNumber'])) {
8974-
$order['versionNumber'] = 0;
8975-
}
89768970
if ( ! isset($order['prepaidAmount'])) {
89778971
$order['prepaidAmount'] = 0;
89788972
}

0 commit comments

Comments
 (0)