| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class PrepayPlugin extends \Yansongda\Pay\Plugin\Wechat\Pay\Common\PrepayPlugin |
||
| 12 | { |
||
| 13 | protected function getUri(Rocket $rocket): string |
||
| 14 | { |
||
| 15 | return 'v3/pay/transactions/h5'; |
||
| 16 | } |
||
| 17 | |||
| 18 | protected function getPartnerUri(Rocket $rocket): string |
||
| 21 | } |
||
| 22 | |||
| 23 | protected function getWechatId(Config $config, Rocket $rocket): array |
||
| 44 |