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\Wechat\Pay\Native;
use Yansongda\Pay\Rocket;
class PrepayPlugin extends \Yansongda\Pay\Plugin\Wechat\Pay\Common\PrepayPlugin
{
protected function getUri(Rocket $rocket): string
return 'v3/pay/transactions/native';
}
protected function getPartnerUri(Rocket $rocket): string
return 'v3/pay/partner/transactions/native';