Moved away from the phpmoney library since it requires intl extension

This commit is contained in:
Nabeel Shahzad
2018-02-28 13:54:14 -06:00
parent 777bd5e26d
commit e03abc1a64
8 changed files with 1999 additions and 204 deletions

View File

@@ -71,8 +71,9 @@ class FinanceService extends BaseService
* Get the user's payment amount for a PIREP
* @param Pirep $pirep
* @return Money
* @throws \Money\Exception\UnknownCurrencyException
* @throws \UnexpectedValueException
* @throws \InvalidArgumentException
* @throws \Money\Exception\UnknownCurrencyException
*/
public function getPilotPilotPay(Pirep $pirep)
{