<?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: PayPal Integration</title>
	<atom:link href="http://www.mozealous.com/ao-api-samples/paypal-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mozealous.com</link>
	<description>Articulate technology and tech usability.</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:40:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nathan Weaver</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-13597</link>
		<dc:creator>Nathan Weaver</dc:creator>
		<pubDate>Wed, 19 Oct 2011 18:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-13597</guid>
		<description>I second Keith&#039;s question.  The ability &#039;add&#039; to the cart multiple courses would be invaluable to the customer&#039;s ease of use.  Have you had any luck with this, Dave?

By the way, thanks for the hard work and supplying us with these things.  You rock!

-Nathan</description>
		<content:encoded><![CDATA[<p>I second Keith&#8217;s question.  The ability &#8216;add&#8217; to the cart multiple courses would be invaluable to the customer&#8217;s ease of use.  Have you had any luck with this, Dave?</p>
<p>By the way, thanks for the hard work and supplying us with these things.  You rock!</p>
<p>-Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Mozealous</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-13022</link>
		<dc:creator>Dave Mozealous</dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-13022</guid>
		<description>Hey Keith,

Currently that isn&#039;t possible with my code, but there is no reason why it couldn&#039;t be possible, the code would just need to be modified to support it.

If you are interested, I could add support for it, just reply to this thread and I&#039;ll contact you via email with the details of what it would take.

-Dave</description>
		<content:encoded><![CDATA[<p>Hey Keith,</p>
<p>Currently that isn&#8217;t possible with my code, but there is no reason why it couldn&#8217;t be possible, the code would just need to be modified to support it.</p>
<p>If you are interested, I could add support for it, just reply to this thread and I&#8217;ll contact you via email with the details of what it would take.</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-13016</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-13016</guid>
		<description>Dave,

Have you code to enable purchasing multiple courses at one time via paypal?</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Have you code to enable purchasing multiple courses at one time via paypal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-2929</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 28 May 2010 21:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-2929</guid>
		<description>Lesley:
I was having the same error.  I believe it was because I was using PHP5.

I changed $client = new soapclient to:
$client = new nusoap_client
and things seemed to work.  PHP5 already has a class called soapclient which causes some issues.

I&#039;m also using nusoap-0.9.5.</description>
		<content:encoded><![CDATA[<p>Lesley:<br />
I was having the same error.  I believe it was because I was using PHP5.</p>
<p>I changed $client = new soapclient to:<br />
$client = new nusoap_client<br />
and things seemed to work.  PHP5 already has a class called soapclient which causes some issues.</p>
<p>I&#8217;m also using nusoap-0.9.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozealou</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1988</link>
		<dc:creator>mozealou</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1988</guid>
		<description>Hi April,

&gt;Does this mean that my customer has to have a PayPal account in order to purchase the training?

Using this example, yeah, the end user would have to have a PayPal account to purchase the training.  They could also create a PayPal account during this time too.

I think there are ways using the PayPal API to not require the user to have a PayPal account, but I haven&#039;t really looked into that.

-Dave</description>
		<content:encoded><![CDATA[<p>Hi April,</p>
<p>>Does this mean that my customer has to have a PayPal account in order to purchase the training?</p>
<p>Using this example, yeah, the end user would have to have a PayPal account to purchase the training.  They could also create a PayPal account during this time too.</p>
<p>I think there are ways using the PayPal API to not require the user to have a PayPal account, but I haven&#8217;t really looked into that.</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1987</link>
		<dc:creator>April</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1987</guid>
		<description>Hi Dave,

Thanks for putting up all these excellent posts. I have a question. After you clicked the &quot;Buy Now&quot; button, you entered an email address and a password. Does this mean that my customer has to have a PayPal account in order to purchase the training? Or are they creating an account with PayPal during this step? Or is this just a way for the customer to &quot;self register&quot; for my Articulate Online account?</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for putting up all these excellent posts. I have a question. After you clicked the &#8220;Buy Now&#8221; button, you entered an email address and a password. Does this mean that my customer has to have a PayPal account in order to purchase the training? Or are they creating an account with PayPal during this step? Or is this just a way for the customer to &#8220;self register&#8221; for my Articulate Online account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozealou</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1417</link>
		<dc:creator>mozealou</dc:creator>
		<pubDate>Mon, 05 Oct 2009 15:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1417</guid>
		<description>Marijan,

That is a bummer, sorry to hear that.</description>
		<content:encoded><![CDATA[<p>Marijan,</p>
<p>That is a bummer, sorry to hear that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marijan</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1388</link>
		<dc:creator>Marijan</dc:creator>
		<pubDate>Fri, 02 Oct 2009 10:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1388</guid>
		<description>Hi Dave,
I contacted PayPal and they gave me next explanation:

&quot;Paypal isn&#039;t &quot;fully compatible&quot; for Hungary, meaning that you can pay using a Paypal account (on Ebay for example) but you cannot receive money yet and that&#039;s the reason why you don&#039;t have the &quot;Selling preference&quot; column available to you. Sorry about that.&quot;</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
I contacted PayPal and they gave me next explanation:</p>
<p>&#8220;Paypal isn&#8217;t &#8220;fully compatible&#8221; for Hungary, meaning that you can pay using a Paypal account (on Ebay for example) but you cannot receive money yet and that&#8217;s the reason why you don&#8217;t have the &#8220;Selling preference&#8221; column available to you. Sorry about that.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozealou</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1346</link>
		<dc:creator>mozealou</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1346</guid>
		<description>Hi Marijan,

You don&#039;t see an option like this?
http://www.mozealous.com/images/WebSitePaymentPrefs.png

You might want to contact PayPal and see if they know what is up.  Not a big PayPal expert so I am not sure why it wouldn&#039;t be enabled on your account.</description>
		<content:encoded><![CDATA[<p>Hi Marijan,</p>
<p>You don&#8217;t see an option like this?<br />
<a href="http://www.mozealous.com/images/WebSitePaymentPrefs.png" rel="nofollow">http://www.mozealous.com/images/WebSitePaymentPrefs.png</a></p>
<p>You might want to contact PayPal and see if they know what is up.  Not a big PayPal expert so I am not sure why it wouldn&#8217;t be enabled on your account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marijan</title>
		<link>http://www.mozealous.com/ao-api-samples/paypal-integration/comment-page-1/#comment-1341</link>
		<dc:creator>Marijan</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mozealous.com/?page_id=256#comment-1341</guid>
		<description>Hi, Dave
I have problem with trying your example PayPal Integration on http://www.mozealous.com/?page_id=256 in step 3. Configure your paypal business account.

I haven&#039;t &quot;Website Payment Preferences in the Seller Preferences column&quot; in Profile subtab of my Paypal business account.
Are they changed this subtab? What can I do?

Marijan</description>
		<content:encoded><![CDATA[<p>Hi, Dave<br />
I have problem with trying your example PayPal Integration on <a href="http://www.mozealous.com/?page_id=256" rel="nofollow">http://www.mozealous.com/?page_id=256</a> in step 3. Configure your paypal business account.</p>
<p>I haven&#8217;t &#8220;Website Payment Preferences in the Seller Preferences column&#8221; in Profile subtab of my Paypal business account.<br />
Are they changed this subtab? What can I do?</p>
<p>Marijan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

