laravel-wallet icon indicating copy to clipboard operation
laravel-wallet copied to clipboard

Easy work with virtual wallet

Results 17 laravel-wallet issues
Sort by recently updated
recently updated
newest added

**At the moment, the development of this functionality is frozen. I'm not clear who needs this functionality.** --- The functionality of currencies for goods is necessary for currency wallets. A...

enhancement
requires testing
сonsider
9.x-dev
frozen

**Describe your task** Started to migrate to atomic because in the docs there is an advertise to replace transaction by it since 9.2. The user request a withdrawal from his...

enhancement
good issue
question
9.x-dev

**Describe the bug** There is a `Actionable` trait that logs all actions that ran before https://nova.laravel.com/docs/4.0/actions/defining-actions.html#action-log But using the solution https://bavix.github.io/laravel-wallet/#/nova-action, these action logs will not be recorded **Server:** -...

bug
question

In 9.x, you can use the wallet association with the uuid model. I would like to add the ability to dynamically generate a key and asynchronously save transactions. This can...

enhancement
performance
9.x-dev
frozen

MR is ready, but after the release of laravel 11 it is necessary to run tests. We are waiting for the release ~ about a week or two to finalize...

10.x-dev
github_actions

Vulnerable Library - docsify-4.13.1.tgz Path to dependency file: /package.json Path to vulnerable library: /node_modules/marked/package.json Found in HEAD commit: 215f402f1bfc3a1fecee58b2cb1ee4c8de127b3d ## Vulnerabilities | CVE | Severity | CVSS | Dependency |...

frozen
in-developing
Mend: dependency security vulnerability

I have integrated wallet in my system , my system structure has many models which using the wallet , like Company , Subscriber, Invoice, Revenue , I have a page...

question

Dear **@rez1dent3**, I'm interested in freezing the wallet balance during unconfirmed transactions. Could you guide me on achieving this functionality?

enhancement
Stale

Vulnerable Library - size-limit-11.1.4.tgz Path to dependency file: /package.json Path to vulnerable library: /node_modules/micromatch/package.json Found in HEAD commit: 54146f52171b8db1a80b34c5c74ec44c9e983f3d ## Vulnerabilities | CVE | Severity | CVSS | Dependency |...

Mend: dependency security vulnerability

Trying to listen to the TransactionCreatedEventInterface to send a notification gives me error: ### **TransactionCreatedListner** ```php namespace App\Listeners; use App\Models\User; use App\Notifications\TransactionCreatedNotification; use Bavix\Wallet\Models\Wallet; use Bavix\Wallet\Internal\Events\TransactionCreatedEventInterface; use Bavix\Wallet\Models\Transaction; use Illuminate\Contracts\Queue\ShouldQueue;...

question