diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt
index 7643e7f4e..9a46bc1b4 100644
--- a/docs/changelog/6.x.x.txt
+++ b/docs/changelog/6.x.x.txt
@@ -19,6 +19,8 @@
- fix: WG user not logged in Apache
- Upgraded to TinyMCE 2.0.6.1, which fixes a number of bugs that WebGUI users
have been experiencing with the Rich Editor.
+ - fix: Very very bad commerce bug that caused ITransact to charge the user more
+ than it was supposed to and more than it told them it was charging.
6.99.4
- fix: better checking of selected template type
diff --git a/lib/WebGUI/Commerce/Payment/ITransact.pm b/lib/WebGUI/Commerce/Payment/ITransact.pm
index e5e050a59..d30a8418a 100644
--- a/lib/WebGUI/Commerce/Payment/ITransact.pm
+++ b/lib/WebGUI/Commerce/Payment/ITransact.pm
@@ -478,7 +478,7 @@ my %transactionData = %{$self->{_transactionParams}};
".$xml.""); my $xmlTransactionScript = 'https://secure.paymentclearing.com/cgi-bin/rc/xmltrans.cgi'; # Set up LWP to post the XML to iTransact.