From 42f89c0893ef41f06c7550133448eb31b7262d7a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 28 Apr 2010 15:44:36 -0700 Subject: [PATCH] Correct update procedure for ITransact drivers. --- docs/upgrades/upgrade_7.9.3-7.9.4.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/upgrades/upgrade_7.9.3-7.9.4.pl b/docs/upgrades/upgrade_7.9.3-7.9.4.pl index 35d29f3c0..921592ed3 100644 --- a/docs/upgrades/upgrade_7.9.3-7.9.4.pl +++ b/docs/upgrades/upgrade_7.9.3-7.9.4.pl @@ -165,6 +165,9 @@ sub addPayDriverTemplates { if ($gateway->isa('WebGUI::Shop::PayDriver::Cash')) { $properties->{summaryTemplateId} = '30h5rHxzE_Q0CyI3Gg7EJw'; } + elsif ($gateway->isa('WebGUI::Shop::PayDriver::ITransact')) { + ##Nothing to do. This template was only changed, not added. + } elsif ($gateway->isa('WebGUI::Shop::PayDriver::Ogone')) { $properties->{summaryTemplateId} = 'jysVZeUR0Bx2NfrKs5sulg'; }