Skip to content

Commit

Permalink
Remove README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Jan 13, 2024
1 parent 47dec5a commit 4e577d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ php artisan vendor:publish --tag="config"

This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory.

## Updating to ^2.0.0
## Updating

If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8i8)
If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info)

Follow the [Installation](#installation) Steps 2 and 3 to update your migrations.

Expand Down Expand Up @@ -137,7 +137,7 @@ LaravelPayPocket::deposit($user, 'wallet_1', 123.45);

Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`.

#### Transaction Notes ([#8][i8])
#### Transaction Info ([#8][i8])

In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened.

Expand Down Expand Up @@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10
[i8]: Tag link (will be updated soon)

0 comments on commit 4e577d0

Please sign in to comment.