-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
We have some currencies like BTC which are treated "equally" to other currencies in our database -- it would be nice if instead of needing to make a new Currency
when making a Money
, I could instead configure a currency provider globally (extending the ISO one) so I could instead just do Money::of('0.123', 'BTC')
.
Of course I feel dirty recommending any global state, but I'm not sure how else it could be implemented 🤔
Metadata
Metadata
Assignees
Labels
No labels