Hi Ryan,
Is this the block of code you are talking about:
// Account for stores that just want to authorize funds instead of capture.
if (variable_get('uc_paypal_wps_payment_action', 'Sale') == 'Authorize') {
$data['paymentaction'] = 'authorization';
}
Thanks



Joined: 09/12/2007