diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/30parse.t | 5 |
1 files changed, 5 insertions, 0 deletions
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__ <DoubleColonProducts>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}</DoubleColonProducts> <AVSResponseCode /> <CVV2ResponseCode /> + <GUID>f81d4fae-7dec-11d0-a765-00a0c91e6bf6</GUID> </TranxResponse> <?xml version="1.0" encoding="UTF-8"?> |