In lm_paypal_api_payment_form:

 *     'currency_code': string
 *        Paypal 3 letters currency code, see lm_paypal_api_get_currency().
 *        Default is default configured currency in lm_paypal main module.

But actually line 398 is checking for "currency" to be in $options:

$currency = isset($options['currency']) ? $options['currency'] : lm_paypal_api_get_currency_default();

Comments

john franklin’s picture

Version: 6.x-1.0 » 6.x-2.x-dev

This code does not exist in the 6.x-1.x branch (any longer?). It does appear in the 6.x-2.x branch. Resetting Version field.

buzzman’s picture

any updates on this plz? thnx