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'; }