diff --git a/README.md b/README.md index 6334cd7..d47c32e 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ $response = $client->send( $request ); // do something with the response echo $response->toXML(); + +$resultCode = $response->getResult(); +$message = $response->getMessage(); ```