| 1 | <?php |
||
| 23 | class Client extends BaseClient |
||
| 24 | { |
||
| 25 | use InteractsWithCache; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return string |
||
| 29 | * |
||
| 30 | * @throws \EasyWeChat\Payment\Kernel\Exceptions\SandboxException |
||
| 31 | */ |
||
| 32 | public function getKey(): string |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @return string |
||
| 51 | */ |
||
| 52 | protected function getCacheKey(): string |
||
| 56 | } |
||
| 57 |