for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Plugin\Epay\Pay\Scan;
use Yansongda\Artful\Rocket;
use Yansongda\Pay\Plugin\Epay\GeneralPlugin;
class RefundPlugin extends GeneralPlugin
{
protected function getService(): string
return 'payRefund';
}
protected function doSomethingBefore(Rocket $rocket): void
$rocket->mergePayload([
'deviceNo' => '1234567890',
]);