I am trying to integrate the new version of authorize API for php
but somehow I am having trouble to reach this class AnetController\GetHostedPaymentPageController($request)
also had issues with GetHostedPaymentPageRequest, but this I fixed in classmap.php
I use App::import('Vendor', 'authorize/autoload'); and it works to a certain degree having the classes ready in autocomplete but it won't pass GetHostedPaymentPageController
If someone could please help me.
Thx,
Robert
08-22-2017 07:50 AM
define("AUTHORIZENET_LOG_FILE", "phplog");
Also I can't find an error log file anywhere on my system.
Am I missing something?
08-23-2017 06:43 AM