summaryrefslogtreecommitdiff
path: root/InternetSecure.pm
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-08-19 18:19:32 +0000
committerfbriere <fbriere>2006-08-19 18:19:32 +0000
commit69b4b8b6053186050e6bbb3be461934794cdf266 (patch)
tree40d8e57015cbc3d67281a0c74a522854d5adcfa4 /InternetSecure.pm
parente97a2d3512479f30718872b70196a2be18ec2b2e (diff)
Renamed avs_response to avs_code
Diffstat (limited to 'InternetSecure.pm')
-rwxr-xr-xInternetSecure.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/InternetSecure.pm b/InternetSecure.pm
index 65847f1..9e9c701 100755
--- a/InternetSecure.pm
+++ b/InternetSecure.pm
@@ -43,7 +43,7 @@ sub set_defaults {
date
card_type cardholder
total_amount tax_amounts
- avs_response cvv2_response
+ avs_code cvv2_response
));
# Just in case someone tries to call tax_amounts() *before* submit()
@@ -275,7 +275,7 @@ sub parse_response {
result_code => 'Page',
error_message => 'Verbiage',
authorization => 'ApprovalCode',
- avs_response => 'AVSResponseCode',
+ avs_code => 'AVSResponseCode',
cvv2_response => 'CVV2ResponseCode',
receipt_number => 'ReceiptNumber',
@@ -536,7 +536,7 @@ B<guid>() is provided as an alias to this method.
Authorization code for this transaction.
-=item avs_response() / cvv2_response()
+=item avs_code() / cvv2_response()
Results of the AVS and CVV2 checks. See the InternetSecure documentation for
the list of possible values.