Correct update procedure for ITransact drivers.

This commit is contained in:
Colin Kuskie 2010-04-28 15:44:36 -07:00
parent 470710abb9
commit 42f89c0893

View file

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