Skip to content

Commit

Permalink
dont add changeCounter en versionNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
freerk-mpluskassa authored May 12, 2022
1 parent 4337d02 commit 38f55fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Mplusqapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 38f55fd

Please sign in to comment.