Andreas Kollaros
Andreas Kollaros
I was thinking for a feature in controller class, about exceptions. Yaf can catch exceptions, by setting catchException to true in application.ini, and forwards to the Error controller. It would...
Options do not merge correctly when re-using cUrl adapter for concurrent requests. https://github.com/akDeveloper/Aktive-Merchant/blob/master/lib/AktiveMerchant/Http/Adapter/cUrl.php#L231 Array in `$default` variable holds the new data including the new url and should replace any data...
An [xml builder](https://github.com/akDeveloper/Aktive-Merchant/blob/1.1.0/lib/AktiveMerchant/Common/SimpleXmlBuilder.php) was introduced in 1.1.0 version. Every gateway that communicate with xml (except Soap), should use this build-in xml builder. List of gateways that use xml: - ~~AuthorizeNet...
- [ ] [SagePay](http://www.sagepay.co.uk/) - [ ] [AuthorizeNet CIM](http://developer.authorize.net/api/reference/features/customer_profiles.html) - [ ] Separate AuthorizeNet ARB from AuthorizeNet Gateway.
[Home page url](https://www.braintreepayments.com/) [Developer Guides](https://developers.braintreepayments.com/guides/overview)
Extending IndexController in modules will extend IndexController from default module and not from the current module. Example is when PagesController from Admin module will extends IndexController. Expecting to extend Admin...
[PostController](https://github.com/akDeveloper/yaf_base_application/blob/master/app/modules/Admin/controllers/Posts.php) throws exception when try to navigate to uri `/admin/posts/index` `Could not find class PostsController in controller script ../modules/Admin/controllers/Posts.php` `PostsController`is in Admin module and extends `AdminController` from Admin module too....