opcache
PayPal-PHP-SDK et opcache
Si vous utilisez le SDK de paypal avec PHP, il faut écrire ceci :
nano /etc/php/7.3/fpm/php.ini
; If disabled, all PHPDoc comments are dropped from the code to reduce the
; size of the optimized code.
opcache.save_comments=1
opcache.load_comments=1
puis :
/etc/init.d/php7.3-fpm restart
service apache2 restart
sinon vous aurez l'erreur suivante :
Uncaught PayPal\\Exception\\PayPalConfigurationException: Getter function for 'payer' in 'PayPal\\Api\\Payment' class should have a proper return type.