From 9a6a2e4549145e9ca55191364aba8aaa35310259 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 19 May 2009 22:16:57 +0000 Subject: [PATCH] Update this test to account for the new driver. --- t/Shop/Pay.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Shop/Pay.t b/t/Shop/Pay.t index a212f3ad4..5388f4554 100644 --- a/t/Shop/Pay.t +++ b/t/Shop/Pay.t @@ -146,6 +146,7 @@ my $defaultPayDrivers = { 'WebGUI::Shop::PayDriver::Cash' => 'Cash', 'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)', 'WebGUI::Shop::PayDriver::PayPal::PayPalStd' => 'PayPal', + 'WebGUI::Shop::PayDriver::Ogone' => 'Ogone', }; cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');