mageprince / magento2-paymentfee

Magento 2 Payment Fee by MagePrince helps admin to set payment fees to charge customers for selecting a specific payment method to complete their order from all available payment methods.
27 stars 19 forks source link

Unnecessary dependency "customerSession" removed / PHP8.2 compatibility #33

Closed sfritzsche closed 4 months ago

sfritzsche commented 4 months ago

The lines also cause problems in connection with PHP8.2, as "$this->customerSession" is used without previously defining this property in the class.

mageprince commented 4 months ago

Thanks @sfritzsche for the PR. We have reviewed and approved your changes.