parent
b2b073aac7
commit
a7dbb7f5c4
1 changed files with 7 additions and 5 deletions
|
@ -839,12 +839,14 @@ if (isset($_POST['Update']) && ($_POST['Update'] === 'Y')) {
|
|||
|
||||
if ($syncIntegrationPayment === 'Y') {
|
||||
ConfigProvider::setSyncIntegrationPayment($syncIntegrationPayment);
|
||||
}
|
||||
|
||||
ConfigProvider::setSyncIntegrationPayment
|
||||
(
|
||||
htmlspecialchars(trim($_POST['sync-integration-payment'])) ?: 'N'
|
||||
);
|
||||
$integrationPaymentsList = RetailcrmConfigProvider::getIntegrationPaymentTypes();
|
||||
foreach (RetailcrmConfigProvider::getIntegrationPaymentTypes() as $integrationPayment) {
|
||||
if (array_search($integrationPayment, $paymentTypesArr)) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
COption::SetOptionString(
|
||||
$mid,
|
||||
|
|
Loading…
Add table
Reference in a new issue