CopeX / PaypalFix

this is a module to fix the broken paypal payment in magento2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a quick fix for Magento_Paypal Module in Magento2

The whole module is inspired by the pull-Request by "therool" which did the pull-request here

The only thing i did is to put his code in a working magento2 module to give currently running shops a working paypal payment method.

Install this Module as every other module in Magento2:

  • composer require {Module_Name}
  • ./bin/magento module:enable {Module_Name}
  • ./bin/magento setup:upgrade

About

this is a module to fix the broken paypal payment in magento2


Languages

Language:PHP 58.4%Language:JavaScript 41.6%