diff --git a/upgrade/install-1.2.5.php b/upgrade/install-1.2.5.php new file mode 100644 index 00000000..82f48f66 --- /dev/null +++ b/upgrade/install-1.2.5.php @@ -0,0 +1,34 @@ + + *@copyright SIX Payment Services + *@license SIX Payment Services + */ + +use Invertus\SaferPay\Config\SaferPayConfig; +use Invertus\SaferPay\DTO\Request\RequestHeader; + +if (!defined('_PS_VERSION_')) { + exit; +} + +function upgrade_module_1_2_5(SaferPayOfficial $module) +{ + return Configuration::updateValue(RequestHeader::SPEC_VERSION, SaferPayConfig::API_VERSION); +}