Skip to content

Commit

Permalink
Revert "Merge branch 'SL-219/saved-card-iframe' into SL-219/saving-ca…
Browse files Browse the repository at this point in the history
…rds-bugs"

This reverts commit 61d229f, reversing
changes made to bcb6dcc.
  • Loading branch information
MarijusCoding committed Oct 3, 2024
1 parent 61d229f commit 3bf3ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upgrade/install-1.2.2.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function upgrade_module_1_2_2($module)
{
return $module->registerHook('displayHeader')
&& $module->registerHook('actionOrderStatusPostUpdate')
&& $module->unregisterHook('actionOrderStatusUpdate')
&& Configuration::deleteByName('SAFERPAY_SEND_ORDER_CONFIRMATION');
&& $module->unregisterHook('actionOrderStatusUpdate');
}

0 comments on commit 3bf3ffb

Please sign in to comment.