[EMAIL PROTECTED] wrote: > <cfscript> > webpay.put_certificatePath(bundle, "c:\webpay\gateway.cer"); > webpay.put(bundle, "CLIENTID", "10000000"); > </cfscript>
Or even: <cfscript> webpay.put_certificatePath(hm, "c:\webpay\gateway.cer"); webpay.put(hm, "CLIENTID", "10000000"); </cfscript> seeing as you've got hm = Webpay.newBundle() :) -- Lindsay Evans. Developer, Red Square Productions. [p] 8596.4000 [f] 8596.4001 [w] www.redsquare.com.au --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
