diff options
author | ivan <ivan> | 2004-09-13 23:35:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-13 23:35:46 +0000 |
commit | ffb6cea0fbac2ddc1a849f6b7ccb54dfcae1615a (patch) | |
tree | 1a1775723f48206e20c82a5de505909f673cddfe | |
parent | 5d7345348a406ff52c1042f10c126617efe829fc (diff) |
Update test account with new PIN
customer_id => merchant_trace_nbr
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | OpenECHO.pm | 3 | ||||
-rw-r--r-- | t/bad_card.t | 2 | ||||
-rw-r--r-- | t/credit_card.t | 2 | ||||
-rw-r--r-- | t/crypt_bad_card.t | 2 | ||||
-rw-r--r-- | t/crypt_credit_card.t | 2 |
6 files changed, 9 insertions, 6 deletions
@@ -1,3 +1,7 @@ +0.02 unreleased + - update test account with new PIN + - customer_id => merchant_trace_nbr + 0.01 Wed Aug 25 23:27:55 2004 - original version; created by ivan 1.0 diff --git a/OpenECHO.pm b/OpenECHO.pm index 595c38d..b3c7910 100644 --- a/OpenECHO.pm +++ b/OpenECHO.pm @@ -177,8 +177,7 @@ sub submit { 'amount' => 'grand_total',
# => 'merchant_email',
#invoice_number =>
- #customer_id =>
- # => 'merchant_trace_nbr',
+ customer_id => 'merchant_trace_nbr',
# => 'original_amount',
# => 'original_trandate_mm',
# => 'original_trandate_dd',
diff --git a/t/bad_card.t b/t/bad_card.t index b2bc0f1..3d0913c 100644 --- a/t/bad_card.t +++ b/t/bad_card.t @@ -12,7 +12,7 @@ $tx->content( type => 'VISA', #login => '123>4684752', login => '1234684752', - password => '43400210', + password => '54321420', action => 'Normal Authorization', description => 'Business::OnlinePayment visa test', amount => '49.95', diff --git a/t/credit_card.t b/t/credit_card.t index f7dfafb..3878374 100644 --- a/t/credit_card.t +++ b/t/credit_card.t @@ -12,7 +12,7 @@ $tx->content( type => 'VISA', #login => '123>4684752', login => '1234684752', - password => '43400210', + password => '54321420', action => 'Normal Authorization', description => 'Business::OnlinePayment visa test', amount => '49.95', diff --git a/t/crypt_bad_card.t b/t/crypt_bad_card.t index 24810d2..9e10fc2 100644 --- a/t/crypt_bad_card.t +++ b/t/crypt_bad_card.t @@ -16,7 +16,7 @@ $tx->content( type => 'VISA', #login => '123>4684752', login => '1234684752', - password => '43400210', + password => '54321420', action => 'Normal Authorization', description => 'Business::OnlinePayment visa test', amount => '49.95', diff --git a/t/crypt_credit_card.t b/t/crypt_credit_card.t index ca51239..8f5c252 100644 --- a/t/crypt_credit_card.t +++ b/t/crypt_credit_card.t @@ -16,7 +16,7 @@ $tx->content( type => 'VISA', #login => '123>4684752', login => '1234684752', - password => '43400210', + password => '54321420', action => 'Normal Authorization', description => 'Business::OnlinePayment visa test', amount => '49.95', |