1 | <?php |
||
14 | class PaypalServiceStub extends Service |
||
15 | { |
||
16 | /** |
||
17 | * Start transaction. You need to call setTransaction() before. |
||
18 | * |
||
19 | * @return \Omnipay\Common\Message\ResponseInterface |
||
20 | */ |
||
21 | public function start() |
||
30 | |||
31 | /** |
||
32 | * Complete transaction. You need to call setTransaction() before. |
||
33 | */ |
||
34 | public function complete(): void |
||
37 | } |
||
38 |