concretecms-community-store / community_store_stripe

Stripe payment add-on for Community Store for concrete5
MIT License
7 stars 2 forks source link

Modified to take care of no decimal currencies #8

Closed mnakalay closed 7 years ago

mnakalay commented 7 years ago

Stripe deals only in cents so all amounts must be multiplied by 100 except for no decimal currencies that should be left as is.

This simply checks if the currency takes decimals or not and gets a multiplier depending on the result.

It requires modifications made to the store in a recent store pull request I sent.