From d36a582af7a5f74a6a450c45f8838711eb6f89ab Mon Sep 17 00:00:00 2001 From: fbriere Date: Fri, 17 Feb 2006 19:30:05 +0000 Subject: Added UUID support --- t/30parse.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 't/30parse.t') diff --git a/t/30parse.t b/t/30parse.t index cfc2b55..7962c1a 100755 --- a/t/30parse.t +++ b/t/30parse.t @@ -20,6 +20,8 @@ use constant RESULTS => ( avs_response => undef, cvv2_response => undef, total_amount => 3.88, + uuid => 'f81d4fae-7dec-11d0-a765-00a0c91e6bf6', + guid => 'f81d4fae-7dec-11d0-a765-00a0c91e6bf6', }, { is_success => 0, @@ -33,6 +35,8 @@ use constant RESULTS => ( avs_response => undef, cvv2_response => undef, total_amount => 3.88, + uuid => undef, + guid => undef, }, ); @@ -128,6 +132,7 @@ __DATA__ 3.10::1::001::Test Product 1::{USD}{GST}{TEST}|0.20::1::010::Test Product 2::{GST}{TEST}|0.33::1::020::Test Product 3::{GST}{TEST}|0.25::1::GST::Canadian GST Charged::{TAX}{CALCULATED} + f81d4fae-7dec-11d0-a765-00a0c91e6bf6 -- cgit v1.2.1