diff --git a/Exception.php b/Exception.php index d5183ad..fcbe32f 100644 --- a/Exception.php +++ b/Exception.php @@ -37,7 +37,7 @@ function message():string {return df_api_rr_failed($this, $this->prev()->getJson * @see \Df\Core\Exception::messageC() * @used-by \Df\Payment\PlaceOrderInternal::message() */ - function messageC():string {return dfp_error_message($this->prev()->getMessage());} + function messageC():string {return dfp_error_message(df_xts($this->prev()));} /** * 2016-08-20 diff --git a/Method.php b/Method.php index f5f5193..c53ecee 100644 --- a/Method.php +++ b/Method.php @@ -1,12 +1,11 @@