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  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: awbacker at gmail dot com
New email:
PHP Version: Package Version: OS:

 

 [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