danielneis / moodle-availability_paypal

An Availability Condition for Moodle to require a PayPal payment to access activities and resources.
https://moodle.org/plugins/availability_paypal
GNU General Public License v3.0
11 stars 7 forks source link

Selectors for currencies #4

Closed meridiumtechnologies closed 9 years ago

meridiumtechnologies commented 9 years ago

Currencies should be presented as a selector instead of input text.

meridiumtechnologies commented 9 years ago

Am I right to assume that we cannot use Moodle API to generate the list of currencies (selector) as it doesn't use the same convention as Paypal? Doesn't matter in my case but I am thinking of the community. It seems harsh to hard code this info in the plugin...

danielneis commented 9 years ago

Yes, it is a good idea. I've made a commit that does that =)