1 | <?php |
||
14 | class WebGateway extends AbstractGateway |
||
15 | { |
||
16 | 3 | public function getName() |
|
20 | |||
21 | /** |
||
22 | * @return Message\WebAuthorizeRequest |
||
23 | */ |
||
24 | 9 | public function authorize(array $parameters = array()) |
|
28 | |||
29 | /** |
||
30 | * @param array $parameters |
||
31 | * |
||
32 | * @return \Omnipay\Payline\Message\WebCaptureRequest |
||
33 | */ |
||
34 | 6 | public function capture(array $parameters = array()) |
|
38 | |||
39 | /** |
||
40 | * @param array $parameters |
||
41 | * |
||
42 | * @return \Omnipay\Payline\Message\WebCaptureRequest |
||
43 | */ |
||
44 | 9 | public function purchase(array $parameters = array()) |
|
48 | |||
49 | 9 | public function completeAuthorize(array $parameters = array()) |
|
53 | |||
54 | 3 | public function getEndpoint() |
|
58 | } |
||
59 |