Active
Project:
lm_paypal
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 21:42 UTC
Updated:
8 Jul 2011 at 06:02 UTC
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
Comment #1
john franklin commentedThis 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.
Comment #2
buzzman commentedany updates on this plz? thnx