cosmocommerce / magento-alipay

Magento Alipay Payment Gateway
https://github.com/cosmocommerce/magento-alipay
59 stars 27 forks source link

Hardcoded USD in Model/Payment.php::CosmoCommerce_Alipay_Model_Payment::getStandardCheckoutFormFields() #10

Open jerch opened 7 years ago

jerch commented 7 years ago

Why is the base currency hardcoded to USD in Model/Payment.php::CosmoCommerce_Alipay_Model_Payment::getStandardCheckoutFormFields() (line 188)

This makes it impossible to use the module with other contract base currencies. IMHO this setting should be configurable as described in the alipay API docs.