[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
mark.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=116
Oops, Pau found a bug.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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++; } --------------------------------------------------------------------------------