1
0
mirror of synced 2025-01-19 17:31:43 +03:00

9 lines
164 B
PHP
Raw Normal View History

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