Newbies ab2 Posted September 16, 2009 Newbies Posted September 16, 2009 If I put in the ccProcess script (Name of DB is "DB1" "address ="&DB1::ADDRESS1; This is what comes back on the Authorize.net receipt: Address : =1600 Hahn road How do I get rid of the "=" in the receipt? If I just drop the "=" the data is not passed.
Smef Posted September 17, 2009 Posted September 17, 2009 Remove the space after the word address so that you have: "address="&DB1::ADDRESS1;
Newbies ab2 Posted September 17, 2009 Author Newbies Posted September 17, 2009 (edited) That worked thanks... another ? Is there a valid parameter to pass so that data in "Company" field appears on Authorize.net receipt? Just received update info from developer... undocumented item, to be included in next update: You can use: "companyName=" Edited September 17, 2009 by Guest
Recommended Posts
This topic is 5614 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now