Files
fastmovieai/fastmovie-admin/plugin/finance/config/event.php
T

12 lines
259 B
PHP

<?php
use app\expose\enum\EventName;
return [
EventName::ORDERS_PAY['value']=>[
[\plugin\finance\event\Orders::class,'pay']
],
EventName::ORDERS_PAY_SUCCESS['value']=>[
[\plugin\finance\event\Orders::class,'paySuccess']
],
];