File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,6 @@ public function updateRelation($relation)
524
524
try {
525
525
$ result = $ this ->client ->updateRelation ($ this ->parser ->convertRelation ($ relation ));
526
526
return $ this ->parser ->parseUpdateRelationResult ($ result );
527
-
528
527
} catch (SoapFault $ e ) {
529
528
throw new MplusQAPIException ("SoapFault occurred: " .$ e ->getMessage (), 0 , $ e );
530
529
} catch (Exception $ e ) {
@@ -677,8 +676,8 @@ public function parseTerminalList($soapTerminalList) {
677
676
//----------------------------------------------------------------------------
678
677
679
678
public function parseVatGroupList ($ soapVatGroupList ) {
680
- if (isset ($ soapVatGroupList ->return )) {
681
- $ soapVatGroupList = $ soapVatGroupList ->return ;
679
+ if (isset ($ soapVatGroupList ->vatGroup )) {
680
+ $ soapVatGroupList = $ soapVatGroupList ->vatGroup ;
682
681
}
683
682
$ vatGroups = array ();
684
683
foreach ($ soapVatGroupList as $ soapVatGroup ) {
You can’t perform that action at this time.
0 commit comments