diff --git a/src/ResponseHandler.php b/src/ResponseHandler.php index e008f41..97f38cf 100644 --- a/src/ResponseHandler.php +++ b/src/ResponseHandler.php @@ -8,12 +8,10 @@ use CashID\Notary\DefaultNotary; /** - * Simple CashID support library that can: - * - Verify requests - * - Send status confirmations + * ResponseHandler * - * Requirements for this library to function: - * - PHP support for PECL APCu + * The ResponseHandler class validates a CashID response and produces an + * appropriate confirmation or error code. */ class ResponseHandler {