Don't think so - I have coded a cybersource interface before and that
is from my code.

Are you setting properties in the COM object to submit for CC
verification? Is this your object call?

<cfobject  action="create" type="com" class="Cybersource.ICS.3" 
name="oRequest">

Dan

On 6/11/05, Bud <[EMAIL PROTECTED]> wrote:
> Thanks Dan. I think you may have another tag in mind.
> 
> Error: Failed attempting to find "SETVALUE" property/method on the object
> 
> >Bud,
> >
> >I think you have to use their SetValue method:
> >
> ><cfset oRequest.SetValue("billTo_firstName", "Jane")>
> >
> >Dan
> >
> >On 6/11/05, Bud <[EMAIL PROTECTED]> wrote:
> >>  Hi all. I'm trying to use a COM object to connect to CyberSource
> >>  payment gateway. I'm converting their ASP script sample. Here is my
> >>  problem. I'm trying to set a value within the object (oRequest). The
> >>  ASP command for this is as follows.
> >>
> >>  oRequest.Value("billTo_firstName") = "Jane"
> >>
> >>  If I try to use this within cfscript or if I use cfset as follows:
> >>
> >>  <cfset oRequest.Value("billTo_firstName") = "Jane">  I get the
> >>following error:
> >>
> >>  Illegal left hand side of assignment near line 50, column 7. Left
> >>  hand side cannot be a function call.
> >>
> >>  I've tried everything in my power to get the property set. Nothing
> >>  works. Any clues?
> >>  --
> >>
> >>  Bud Schneehagen - Tropical Web Creations, Inc.
> >>
> >>  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> >>  Web Based Solutions / eCommerce Development & Hosting
> >>  http://www.twcreations.com/ - http://www.cf-ezcart.com/
> >>  Toll Free: 877.207.6397 - Local & Int'l Phone/Fax: 386.789.0968
> >>
> >>
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209250
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to