alma / alma-monthlypayments-magento2

Magento 2 Payment Gateway integration for Alma
Other
6 stars 9 forks source link

Use own class instead of a paypal class #13

Closed Coosos closed 2 years ago

Coosos commented 2 years ago

Since version 1.2.0, the alma module uses a PayPal class for the payment configuration dropdown.

It is not recommended using the class of another payment method, because if the module is not installed in the project, the back office is broken. (ex: use "replace" in composer to remove PayPal module)

I'm based on klarna class because it contains the minimum necessary without adding extra functionality that is not used

Coosos commented 2 years ago

Small relaunch :smile: