Sailias / bitcoin_payable

A rails bitcoin payment processing gem
MIT License
121 stars 31 forks source link

Specify price in Satoshi #43

Closed faissaloo closed 5 years ago

faissaloo commented 5 years ago

Would be nice not to be tied to the dollar since I don't live in the US.

Sailias commented 5 years ago

You can change the currency to your country’s currency.

This gem updates the amount of bitcoin owed based on the conversion rate. You couldn’t do that if it wasn’t based off fiat.

maesitos commented 5 years ago

@faissaloo there's a fork of the code that allows to also have multiple fiat denominations if you'd like to sell with different currencies using the same gem https://github.com/maesitos/bitcoin_payable