Paypal Bug

Posts: 42
Joined: 09/12/2007
Getting busy with the Ubercode.

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