<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Authorize.NET and PHP</title>
	<atom:link href="http://blog.olebox.com/2008/11/07/authorizenet-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/</link>
	<description>Giving back to the Community</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:40:12 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shaun</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-180</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 27 May 2009 00:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-180</guid>
		<description>Great point Danielle. It&#039;s important to check the settings in authorize.net (of course). Developers would need to add the encapsulation characters to the case statement  to get it to execute correctly.</description>
		<content:encoded><![CDATA[<p>Great point Danielle. It&#8217;s important to check the settings in authorize.net (of course). Developers would need to add the encapsulation characters to the case statement  to get it to execute correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielle</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-179</link>
		<dc:creator>danielle</dc:creator>
		<pubDate>Wed, 27 May 2009 00:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-179</guid>
		<description>when i said &quot;I had issue with the case/switch - it was sending back my codes encapsulated with single quotes… &quot;  i meant authorize.net was sending back my codes w/ the single quotes...  approved was &#039;1&#039;  not 1.</description>
		<content:encoded><![CDATA[<p>when i said &#8220;I had issue with the case/switch &#8211; it was sending back my codes encapsulated with single quotes… &#8221;  i meant authorize.net was sending back my codes w/ the single quotes&#8230;  approved was &#8216;1&#8242;  not 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielle</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-178</link>
		<dc:creator>danielle</dc:creator>
		<pubDate>Wed, 27 May 2009 00:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-178</guid>
		<description>I had issue with the case/switch - it was sending back my codes encapsulated with single quotes... 

so case &quot;1&quot;:

needed to be  case &quot;&#039;1&#039;&quot;:   to work

I found out from this post: https://www.creloaded.com/forums/Forums/viewtopic/printertopic=1/t=21168/start=0/postdays=0/postorder=asc/vote=viewresult.html (see last comment)  that single quotes are one of 8 possible &quot;field encapsulation characters.&quot; there is a setting in authorize.net where can change that.</description>
		<content:encoded><![CDATA[<p>I had issue with the case/switch &#8211; it was sending back my codes encapsulated with single quotes&#8230; </p>
<p>so case &#8220;1&#8243;:</p>
<p>needed to be  case &#8220;&#8216;1&#8242;&#8221;:   to work</p>
<p>I found out from this post: <a href="https://www.creloaded.com/forums/Forums/viewtopic/printertopic=1/t=21168/start=0/postdays=0/postorder=asc/vote=viewresult.html" rel="nofollow">https://www.creloaded.com/forums/Forums/viewtopic/printertopic=1/t=21168/start=0/postdays=0/postorder=asc/vote=viewresult.html</a> (see last comment)  that single quotes are one of 8 possible &#8220;field encapsulation characters.&#8221; there is a setting in authorize.net where can change that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-175</link>
		<dc:creator>Liza</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-175</guid>
		<description>I follow your blog for quite a long time and must tell you that your posts are always valuable to readers.</description>
		<content:encoded><![CDATA[<p>I follow your blog for quite a long time and must tell you that your posts are always valuable to readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-122</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 23 Mar 2009 01:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-122</guid>
		<description>No problem. Glad we could help.</description>
		<content:encoded><![CDATA[<p>No problem. Glad we could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawn</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-121</link>
		<dc:creator>Lawn</dc:creator>
		<pubDate>Sun, 22 Mar 2009 21:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-121</guid>
		<description>Commenting usually isnt my thing, but ive spent an hour on the site, so thanks for the info</description>
		<content:encoded><![CDATA[<p>Commenting usually isnt my thing, but ive spent an hour on the site, so thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-45</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-45</guid>
		<description>Thanks for the feedback Peter. Looks like I didn&#039;t have the $gateway_status variable defined. If you use a global settings file, you could import this from the global scope using &quot;global $gateway_status;&quot;

For your reference, the debugging variable will allow you to output additional logging details if processing transactions on the live url when set to test transactions.

The testing variable allows you to post test transactions to the live auth_net_url. More information is available on this within the Authorize.net AIM Integration Documentation, found here: http://developer.authorize.net/guides/AIM/

Again, thanks for the feedback. Hopefully, you&#039;re able to make use of the above example.

Shaun</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Peter. Looks like I didn&#8217;t have the $gateway_status variable defined. If you use a global settings file, you could import this from the global scope using &#8220;global $gateway_status;&#8221;</p>
<p>For your reference, the debugging variable will allow you to output additional logging details if processing transactions on the live url when set to test transactions.</p>
<p>The testing variable allows you to post test transactions to the live auth_net_url. More information is available on this within the Authorize.net AIM Integration Documentation, found here: <a href="http://developer.authorize.net/guides/AIM/" rel="nofollow">http://developer.authorize.net/guides/AIM/</a></p>
<p>Again, thanks for the feedback. Hopefully, you&#8217;re able to make use of the above example.</p>
<p>Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-44</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 25 Jan 2009 21:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-44</guid>
		<description>a lot of the quotes are the html &#8220; and &#8221; entities. Need to edit this in a text editor.

Also, what is $DEBUGGING and $TESTING for? There are no references to them outside of their declarations.

And also, $gateway_status is never defined, so as it is written, it will always die with an undefined gateway status.

But the rest of it looks good. Thanks!</description>
		<content:encoded><![CDATA[<p>a lot of the quotes are the html &ldquo; and &rdquo; entities. Need to edit this in a text editor.</p>
<p>Also, what is $DEBUGGING and $TESTING for? There are no references to them outside of their declarations.</p>
<p>And also, $gateway_status is never defined, so as it is written, it will always die with an undefined gateway status.</p>
<p>But the rest of it looks good. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-36</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-36</guid>
		<description>Thanks Steve -

I found 2 places in the get_auth array I was passing, If you see others, let me know.</description>
		<content:encoded><![CDATA[<p>Thanks Steve -</p>
<p>I found 2 places in the get_auth array I was passing, If you see others, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.olebox.com/2008/11/07/authorizenet-and-php/comment-page-1/#comment-35</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.olebox.com/?p=62#comment-35</guid>
		<description>You forgot to add quotes in many places.</description>
		<content:encoded><![CDATA[<p>You forgot to add quotes in many places.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
