From 1fecd34ec1abf4d81244a99948d1948cc8863a83 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 5 Oct 2012 11:33:46 -0700 Subject: [PATCH] Clarify documentation on is_success --- OnlinePayment.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 4165451..80ee195 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -635,8 +635,9 @@ Submit the transaction to the processor for completion =head2 is_success() -Returns true if the transaction was submitted successfully, false if -it failed (or undef if it has not been submitted yet). +Returns true if the transaction was approved by the gateway, false if +it was submitted but not approved, or undef if it has not been +submitted yet. =head2 error_message() -- 2.11.0