Payum / PayumYiiExtension

Rich payment solutions for Yii framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more
https://payum.forma-pro.com/
MIT License
12 stars 16 forks source link

Better integration? #9

Closed alexandernst closed 10 years ago

alexandernst commented 10 years ago

I managed to setup the extension, but it doesn't feel well-integrated. It requires require-ing the autoload.php in index.php and using use in the config.

Isn't there any way to make this library load the same way every other Yii extension is loaded? (via the import section in the config)

makasim commented 10 years ago

Maybe, I dont ever of yii import feature. You are free to adopt it

alexandernst commented 10 years ago

This is kind of fixed in #10