Download & Extend

lm_paypal_api_payment_form says currency_code not currency

Project:lm_paypal
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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.

#2

any updates on this plz? thnx

nobody click here