Files
laralog/plugins/neatstudio.payment/plugin.json
T

15 lines
501 B
JSON

{
"title": "支付",
"version": "1.0.0",
"description": "支付宝 + 微信支付(yansongda/pay),沙箱模拟;订单回调统一走 payment.paid 钩子",
"author": "LaraLog",
"type": "core",
"provider": "Plugins\\Neatstudio\\Payment\\ServiceProvider",
"filament_pages": [
"Plugins\\Neatstudio\\Payment\\Filament\\Pages\\PaymentSettings"
],
"filament_resources": [
"Plugins\\Neatstudio\\Payment\\Filament\\Resources\\PaymentResource"
]
}