pronamic / wp-pronamic-pay-adyen

Adyen driver for the WordPress payment processing library.
https://www.wp-pay.org/gateways/adyen/
6 stars 2 forks source link

Class does not exist `\Pronamic\WordPress\Pay\Gateways\Adyen\Integration` #21

Closed remcotolsma closed 1 year ago

remcotolsma commented 1 year ago

Pronamic Pay standalone plugins like https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/blob/main/pronamic-pay-with-mollie-for-contact-form-7.php don't have the Adyen library bundled with them. If users install this add-on plugin it will result in an class does not exist error.

https://github.com/pronamic/wp-pronamic-pay-adyen/blob/a3b3e943e6da86d7856c9a60d646b40e221cc09b/pronamic-pay-adyen.php#L30-L53

We could load the Adyen classes from this add-on, with the Jetpack autoloader library this is relative save?