Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.6.8

Request #6982 AuthNet & _defaultOptions?
Submitted: 2006-03-01 19:05 UTC
From: awbacker at gmail dot com Assigned:
Status: Open Package: Payment_Process (version 0.6.5)
PHP Version: 5.1.2 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-01 19:05 UTC] awbacker at gmail dot com (andrew)
Description: ------------ This may not be a bug, but there is no forum where I can post this kind of question to. AuthorizeNet has a _defaultOptions field that does not appear to be being used. It has all the fields that I didn't know existed (x_encap_char, etc) that the process() method complaining about. Should this array be being used to initialize Common in __construct, maybe in addition to $options? I am curious what the expected way to handle options is? The one example has someone creating an options array. I would like to initialize the object and call $obj->options['value'] = 'myval', or better yet, setOption('key', 'val') Thanks, Andrew

Comments