Closed (fixed)
Project:
QuickPay payment gateway
Version:
6.x-0.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2009 at 12:42 UTC
Updated:
14 Oct 2009 at 17:40 UTC
For some websites it is convenient to be able to log in the user upon succesful payment. This is standard functionality in Ubercart. However, the module does not support this.
This can easily be fixed by changing line 321 in uc_quickpay.module from
$output .= uc_cart_complete_sale($order, true);
to
$output .= uc_cart_complete_sale($order, value_get('uc_new_customer_login',false));
Comments
Comment #1
xen commentedFixed in HEAD.