mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-25 06:30 pm

[dw-free] Finishing up payment system

[commit: http://hg.dwscoalition.org/dw-free/rev/5135c626cf7f]

http://bugs.dwscoalition.org/show_bug.cgi?id=116

Oops, Pau found a bug.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Shop/Engine/PayPal.pm
--------------------------------------------------------------------------------
diff -r 731137ca7914 -r 5135c626cf7f cgi-bin/DW/Shop/Engine/PayPal.pm
--- a/cgi-bin/DW/Shop/Engine/PayPal.pm	Sat Apr 25 16:46:55 2009 +0000
+++ b/cgi-bin/DW/Shop/Engine/PayPal.pm	Sat Apr 25 18:30:49 2009 +0000
@@ -138,8 +138,8 @@ sub checkout_url {
         push @req, "L_NAME$cur"   => $item->class_name,
                    "L_NUMBER$cur" => $cart->id . $item->id,
                    "L_DESC$cur"   => $item->short_desc,
-                   "L_AMT$cur"    => $item->cost;
-                   "L_QTY$cur"    => 1,
+                   "L_AMT$cur"    => $item->cost,
+                   "L_QTY$cur"    => 1;
         $cur++;
     }
 
--------------------------------------------------------------------------------