Legacy

Results 6 issues of Legacy

This PR allows wallets to be marked as `allowed` during a `pay()` transaction, this will prevent the system from attempting to charge from wallets which have not been added to...

### What happened? This is not a bug report but the feature flags were not working so I had to use this. ### How to reproduce the bug Make a...

feature

This pull request adds support for the Vite toolkit by using `import` instead of `require` when vite support is detected.

See https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/12#issuecomment-2197626782

1. When a new comment is created or deleted, this PR will emit the `BeyondCode\Comments\Events\CommentAdded` or `BeyondCode\Comments\Events\CommentDeleted` as applicable. 2. This PR adds the `delete_replies_along_comments` config property to allow nested...

Initially, when submiting a rating, even if the `user_id` param is supplied, it is ignored and `Auth::id()` is prefered, this PR fixes that.