|
|
|
@ -3193,7 +3193,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
}
|
|
|
|
|
clientModifySupport.processClientConfigModify(new SwitchPermissionModify(account, clientMoniker, "skip_clearing", skip_clearing));
|
|
|
|
|
client.put("skip_clearing", skip_clearing);
|
|
|
|
|
rpayApi.switchMerchantSettle(client);
|
|
|
|
|
if (client.getString("rpay_enterprise_id") != null) {
|
|
|
|
|
rpayApi.switchMerchantSettle(client);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|