Updated and changes for money-module

This commit is contained in:
Sambo Chea 2021-02-08 21:56:03 +07:00
parent a7217b563a
commit 0f9aed85be

View File

@ -1,6 +0,0 @@
package com.cubetiqs.money
fun StdMoney.addMoney(value: Double, currency: StdMoney.Currency): StdMoney {
this + Money.create(value, currency)
return this
}