We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ad4d commit 3e3ef82Copy full SHA for 3e3ef82
1 file changed
status.php
@@ -265,7 +265,7 @@ public function log()
265
'customerid' => $this->fcGetPostParam('customerid'),
266
'balance' => $this->fcGetPostParam('balance'),
267
'receivable' => $this->fcGetPostParam('receivable'),
268
- 'clearing_bankaccounthold' => $this->fcGetPostParam('clearing_bankaccountholder'),
+ 'clearing_bankaccountholder' => $this->fcGetPostParam('clearing_bankaccountholder'),
269
'clearing_bankaccount' => $this->fcGetPostParam('clearing_bankaccount'),
270
'clearing_bankcode' => $this->fcGetPostParam('clearing_bankcode'),
271
'clearing_bankname' => $this->fcGetPostParam('clearing_bankname'),
0 commit comments