Question: How to make Minimum Order Amount For Customer Group for Magento 2 compatible with M2.2.7?
answer: You could edit file
/home/pacpluscom/public_html/app/code/Bss/OrderAmount/etc/di.xml
by commenting on code
<!-- <type name="Magento\Quote\Model\Quote\TotalsCollector">
<plugin name="minimumorderamout-save-shipping-address" type="Bss\OrderAmount\Plugin\Quote\Model\Quote\TotalsCollector" sortOrder="0"/>
</type> -->