first commit
This commit is contained in:
15
vendor/yansongda/pay/src/Plugin/Alipay/Trade/CreatePlugin.php
vendored
Normal file
15
vendor/yansongda/pay/src/Plugin/Alipay/Trade/CreatePlugin.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yansongda\Pay\Plugin\Alipay\Trade;
|
||||
|
||||
use Yansongda\Pay\Plugin\Alipay\GeneralPlugin;
|
||||
|
||||
class CreatePlugin extends GeneralPlugin
|
||||
{
|
||||
protected function getMethod(): string
|
||||
{
|
||||
return 'alipay.trade.create';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user