geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

Fixed the curly brace error (PHP 7.4 compatibility) in PEAR libraries… #112

Closed jonyo closed 2 years ago

jonyo commented 2 years ago

…, used by paypal pro

Note: We should not edit libraries normally. And for any new libraries, we won't be able to since we use composer.

This was a special case: so that paypal pro can (hopefully) work on newer versions without needing to rewrite everything.

This is kind of a quick fix, the ideal solution would be to update to use their API directly instead of using the now "archived" Paypal PHP sdk. For now these changes at least get it past the PHP errors, it will need to be tested further by someone with Paypal Pro.