Skip to content

Commit 9900a30

Browse files
committed
Merge branch 'develop'
2 parents 1e9af6a + 1c6ae71 commit 9900a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Infusionsoft/Infusionsoft.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function request()
330330
}
331331
catch (fXmlRpcException $e)
332332
{
333-
throw new InfusionsoftException($e->getFaultString(), $e->getFaultCode());
333+
throw new InfusionsoftException($e->getMessage(), $e->getCode());
334334
}
335335
}
336336

@@ -497,4 +497,4 @@ public function getApi($class)
497497
return $this->apis[$class];
498498
}
499499

500-
}
500+
}

0 commit comments

Comments
 (0)