Closed remcotolsma closed 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?
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?