1 | <?php |
||
5 | class WebGateway extends AbstractGateway |
||
6 | { |
||
7 | 3 | public function getName() |
|
11 | |||
12 | /** |
||
13 | * @return Message\WebAuthorizeRequest |
||
14 | */ |
||
15 | 9 | public function authorize(array $parameters = array()) |
|
19 | |||
20 | /** |
||
21 | * @param array $parameters |
||
22 | * |
||
23 | * @return \Omnipay\Payline\Message\WebCaptureRequest |
||
24 | */ |
||
25 | 6 | public function capture(array $parameters = array()) |
|
29 | |||
30 | /** |
||
31 | * @param array $parameters |
||
32 | * |
||
33 | * @return \Omnipay\Payline\Message\WebCaptureRequest |
||
34 | */ |
||
35 | 9 | public function purchase(array $parameters = array()) |
|
39 | |||
40 | 3 | public function getEndpoint() |
|
44 | } |
||
45 |