1.0.1 2024-02-29 05:51 UTC

This package is not auto-updated.

Last update: 2024-09-26 08:16:01 UTC


README

包 flux-wallet - 在线支付。

使用 Composer 安装包

 composer require Nurdaulet/flux-wallet

配置

安装包后,您需要发布配置文件。您可以使用以下命令完成此操作

php artisan vendor:publish --tag=flux-wallet-config
php artisan vendor:publish --provider="Nurdaulet\FluxWallet\FluxWalletServiceProvider"

PaymentCallbackEvent

protected $listen = [
    PaymentCallbackEvent::class => [
        HandlePaymentCalbackListener::class,
    ],
];