summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-17 00:35:47 +0000
committerfbriere <fbriere>2006-02-17 00:35:47 +0000
commit9072ab6533db9ea98aa49420770b8091c0ef9b57 (patch)
tree5c7f83f948991c31d964fdbd8c75c20bb610569e
parentbd2cf25a9423cf84c0ce97e694e8d2f035669df0 (diff)
Rewrote docs a bit
-rwxr-xr-xInternetSecure.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/InternetSecure.pm b/InternetSecure.pm
index 30ef584..591c98d 100755
--- a/InternetSecure.pm
+++ b/InternetSecure.pm
@@ -460,9 +460,15 @@ Customer information. B<Country> should be a two-letter code taken from ISO
=over 4
-=item receipt_number() / sales_number()
+=item receipt_number()
-Receipt number and sales order number of submitted order.
+Receipt number of this transaction; this is actually a string, unique to all
+InternetSecure transactions.
+
+=item sales_number()
+
+Sales order number of this transaction. This is a number, unique to each
+merchant, which is incremented by 1 each time.
=item total_amount()