Correct update procedure for ITransact drivers.
This commit is contained in:
parent
470710abb9
commit
42f89c0893
1 changed files with 3 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ sub addPayDriverTemplates {
|
||||||
if ($gateway->isa('WebGUI::Shop::PayDriver::Cash')) {
|
if ($gateway->isa('WebGUI::Shop::PayDriver::Cash')) {
|
||||||
$properties->{summaryTemplateId} = '30h5rHxzE_Q0CyI3Gg7EJw';
|
$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')) {
|
elsif ($gateway->isa('WebGUI::Shop::PayDriver::Ogone')) {
|
||||||
$properties->{summaryTemplateId} = 'jysVZeUR0Bx2NfrKs5sulg';
|
$properties->{summaryTemplateId} = 'jysVZeUR0Bx2NfrKs5sulg';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue