<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: Incorrect formatted amount</title>
		<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount</link>
		<description>Gravity Support Forums Topic: Incorrect formatted amount</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 14:52:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/incorrect-formatted-amount" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-30539</link>
			<pubDate>Wed, 20 Jul 2011 14:36:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is a rounding error with rounding the price of the surcharge.  It's passing a value to PayPal that isn't rounded up to 2 decimal places and is instead passing 3 decimal places which PayPal doesn't like.  &#60;/p&#62;
&#60;p&#62;We have updated the code being used on that site so that it rounds the number to 2 decimal places correctly and the problem is resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-29850</link>
			<pubDate>Tue, 12 Jul 2011 20:08:38 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">29850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;Sorry to be a nuisance, just following this up as I am a couple days out from a deadline and am needing to get this sorted ASAP.&#60;/p&#62;
&#60;p&#62;Has there been any light shed on what may be causing the error?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-29211</link>
			<pubDate>Wed, 06 Jul 2011 11:11:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Send us a WordPress admin login for the site having the issue and we can take a look at the code you have implemented and test the form itself.  You can send this to us via our Contact Us form here: &#60;a href=&#34;http://www.gravityforms.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityforms.com/contact-us/&#60;/a&#62; and reference this forum post when doing so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-29191</link>
			<pubDate>Wed, 06 Jul 2011 00:01:30 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">29191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;I removed the code and the paypal worked as usual but then obviously the surcharge custom code was not included as required. I pasted in the original code I was shown to use &#60;a href=&#34;http://pastie.org/2102201&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2102201&#60;/a&#62; put once saved the same error came up.&#60;/p&#62;
&#60;p&#62;I'm currently working on version 1.5.2.8 and paypal addon 1.2.3 &#60;/p&#62;
&#60;p&#62;The other form I used this code with the other week on a different website is still functioning fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-29122</link>
			<pubDate>Tue, 05 Jul 2011 12:24:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you remove your custom code, is the PayPal integration working correctly on that site? If so there is probably something going on with the custom code.  That PayPal error occurs when the pricing values aren't formatted correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Incorrect formatted amount"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/incorrect-formatted-amount#post-29094</link>
			<pubDate>Tue, 05 Jul 2011 03:59:04 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">29094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have gone to implement the paypal system a second time into another website and have followed original instructions about upgrading and putting the php code into the functions.php file to get the paypal surcharge included into the amount.&#60;/p&#62;
&#60;p&#62;Before I put this code in the system was working fine but now when I click 'confirm' to go through to paypal it comes up with a paypal error which says &#34;The link you have used to enter the PayPal system contains an incorrectly formatted item amount&#34;.&#60;/p&#62;
&#60;p&#62;The totalling amount is correct however (2.4% + 0.30 AUD).&#60;/p&#62;
&#60;p&#62;Any ideas? thanks for the help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
