1
0
mirror of synced 2025-02-18 07:53:15 +03:00
Neur0toxine 4125565570
Ability to disable payment passthrough (#140)
* optional payment total in the order
* updater won't fail in case of error
2020-09-25 12:17:29 +03:00

9 lines
164 B
PHP

<?php
function update_5_5_0()
{
if (!RetailcrmConfigProvider::shouldSendPaymentAmount()) {
RetailcrmConfigProvider::setSendPaymentAmount('Y');
}
}