Inchoo / magento2-Inchoo_Stripe

Stripe payment gateway Magento2 extension
56 stars 36 forks source link

best way to include init.php in magento2 without composer #16

Open michihu opened 4 years ago

michihu commented 4 years ago

hi all,

my question is where should I call

require_once('stripe-php-master/init.php');

the best?

If I do it in the config.php of the module itself it works but on compilation it gives an error. Couldnt find any info on this.

Important note: NO Composer installed so not possible via composer