omise / omise-opencart

Omise OpenCart Plugin
https://docs.opn.ooo/opencart-plugin
MIT License
10 stars 11 forks source link

Support JPY currency #21

Closed guzzilar closed 8 years ago

guzzilar commented 8 years ago

1. Objective reason

This PR contains main 3 things,

  1. Support JPY currency (both Omise admin dashboard and checkout page)
  2. Refactoring & clean code
  3. Introduced Omise-Plugin library, it contains necessary classes, files that we always used in every of our plugins. So, instead of implement classes, helper methods repeatedly every time we integrate, just copy this one and use everywhere.

and few changes,

  1. Refactoring & clean code
  2. Improved code, translation, code comment, etc.

    2. Description of change

  3. Updated Omise Dashboard to support JPY currency screen shot 2559-05-19 at 2 20 30 am
  4. Could proceed payment with JPY currency!

    3. Developers affected by the change

-

4. Impact of the change

-

5. Priority of change

:star2: :star2: :star2:

6. Alternate solution (if any)**

-

noted: JP translation, UI improvement are coming very soon (next PR)

guzzilar commented 8 years ago

👍