laravel-wallet

Easy work with virtual wallet

MIT License

Downloads
528.7K
Stars
1.1K
Committers
26

Bot releases are visible (Hide)

laravel-wallet - 4.2.2

Published by rez1dent3 over 4 years ago

Fixed

  • fix bindTo method #155
laravel-wallet - 4.1.4

Published by rez1dent3 over 4 years ago

Fixed

  • fix bindTo method #155
laravel-wallet - 5.0.2

Published by rez1dent3 over 4 years ago

Fixed

  • fix bindTo method #155
laravel-wallet - 4.1.3

Published by rez1dent3 over 4 years ago

Added

Added a patch from version 4.2.1 #150

laravel-wallet - 5.0.1

Published by rez1dent3 over 4 years ago

Added

  • Added a patch from version 4.2.1 #150
laravel-wallet - 4.2.1

Published by rez1dent3 over 4 years ago

Fixed

  • Fixed wallet recalculate command #150
laravel-wallet - 5.0.0

Published by rez1dent3 over 4 years ago

Added

  • add support "Arbitrary Precision Mathematics" (ext-bcmath) #139 #146
  • add Mathable service (helps switch quickly from bcmath to php computing)

Changed

  • add unit cases
  • upgrade composer packages
  • Now all casts are in the config, not in the model. If you use bcmath, then all values are reduced to a string.

Removed

  • Strong typing (models, interfaces, etc.)
  • all deprecated methods are removed
  • nesbot/carbon is no longer needed for the library to work
laravel-wallet - 4.2.0

Published by rez1dent3 over 4 years ago

Added

  • Add laravel 7 support
laravel-wallet - 4.1.2

Published by rez1dent3 over 4 years ago

Added

  • add $amountFloat to Transaction model
laravel-wallet - 4.1.1

Published by rez1dent3 almost 5 years ago

Changed

  • upgrade composer packages
  • add unit cases
laravel-wallet - 4.1.0

Published by rez1dent3 almost 5 years ago

Added

  • Added ability to override type
laravel-wallet - 4.0.1

Published by rez1dent3 almost 5 years ago

Fixed

  • Encountered error: "You are not the owner of the wallet" #129 @arjayosma
laravel-wallet - 4.0.0

Published by rez1dent3 about 5 years ago

Added

  • Added interface Storeable for creating your own wallet balance repositories. #103
  • Added support for pcov, now coated unit tests work in a few seconds, not minutes.
  • Allow developers to inherit classes: Operation, Bring, etc.. #106
  • Added personal product discounts (see Discount interface).
  • Added a separate service for working with the connection. It’s not possible to configure flexibly at the moment, wait for new releases.

Changed

  • The minimum version of php 7.2.
  • Old versions of the laravel/cashier package have been removed, now support begins with the seventh version.
  • New argument Customer $customer added to getAmountProduct method. #117 @jlstandout
  • Now for LockService you can choose your own (separate) cache.
  • Personal discount information has been added to the transfers table. Data is not used in the library, but will be needed for the future.
  • New argument Customer $customer added to getTotal method. #117

Fixed

  • Giving a gift (Santa) no longer goes into minus due to taxes. #111
  • Upon receipt, the configuration is marked with default values. #117
  • Fixed a bug due to which the wallet could go negative when transferring (exchanging) money, tax. #117
  • A more correct balance change, a bug with a successful update in the database and an unsuccessful update of the balance (race condition) field was fixed.
  • Fixed a bug with a purchase without funds and tax. When trying to pay, an exception was thrown.
  • Reworked and fixed unit tests, fixed bugs.

Deprecated

  • ProxyService is deprecated and is no longer used.
  • WalletService::getBalance method is deprecated, use Storeable::getBalance.
laravel-wallet - 3.3.0

Published by rez1dent3 about 5 years ago

Added

  • Added the ability to easily overload the main classes #106
laravel-wallet - 3.2.1

Published by rez1dent3 about 5 years ago

Fixed

  • Fixed calculation of commission for exchange #101 @haojingliu
  • Update docs #99 @abishekrsrikaanth
laravel-wallet - 3.2.0

Published by rez1dent3 about 5 years ago

Added

  • Race condition problem resolved #82 @kak2z7702 #22 @sidor555
  • Add Code Climate service
  • Add support lumen (update docs)

Changed

  • Optimize code
  • More unit tests, test fixes
laravel-wallet - 3.1.6

Published by rez1dent3 about 5 years ago

Added

  • Add support laravel cashier #87 @imhuso
laravel-wallet - 3.1.5

Published by rez1dent3 about 5 years ago

Fixed

  • Fixed math rounding (mantissa) #85 @anthoz69
laravel-wallet - 3.1.4

Published by rez1dent3 about 5 years ago

Added

  • Add support barryvdh/laravel-ide-helper

Fixed

  • Fixed receiving wallets.transfers relationship @imhuso
laravel-wallet - 3.1.3

Published by rez1dent3 about 5 years ago

Added

  • Add support SQLite on command RefreshBalance
  • Add support laravel 6.0
  • Add support php 7.4
  • Add unit-test's
Package Rankings
Top 1.53% on Packagist.org
Badges
Extracted from project README
Maintainability Test Coverage Financial Contributors on Open Collective Mutation testing badge Latest Stable Version Latest Unstable Version License composer.lock Sparkline Supported by JetBrains
Related Projects