@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88### Added
99- Added interface ` Storeable ` for creating your own wallet balance repositories. #103
10- - Added support for pcov, now coated unit tests work in a few seconds, not minutes.
11- - Allow developers to inherit classes: Operation, Bring, etc.. #106
10+ - Added support for [ pcov] ( https://pecl.php.net/package/pcov ) , now coated unit tests work in a few seconds, not minutes.
11+ - Allow developers to inherit classes: ` Operation ` , ` Bring ` , etc.. #106
1212- Added personal product discounts (see ` Discount ` interface).
1313- Added a separate service for working with the connection. It’s not possible to configure flexibly at the moment, wait for new releases.
1414
1515### Changed
1616- The minimum version of php 7.2.
1717- Old versions of the ` laravel/cashier ` package have been removed, now support begins with the seventh version.
1818- New argument ` Customer $customer ` added to ` getAmountProduct ` method. #117 @jlstandout
19- - Now for LockService you can choose your own (separate) cache.
19+ - Now for ` LockService ` you can choose your own (separate) cache.
2020- Personal discount information has been added to the ` transfers ` table. Data is not used in the library, but will be needed for the future.
2121- New argument ` Customer $customer ` added to ` getTotal ` method. #117
2222
@@ -29,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929- Reworked and fixed unit tests, fixed bugs.
3030
3131### Deprecated
32- - ProxyService is deprecated and is no longer used.
32+ - ` ProxyService ` is deprecated and is no longer used.
33+ - ` WalletService::getBalance ` method is deprecated, use ` Storeable::getBalance ` .
3334
3435## [ 3.3.0] - 2019-09-10
3536### Added
0 commit comments