1 | <?php |
||
17 | class OmnipayMerchant extends \hiqdev\php\merchant\OmnipayMerchant |
||
18 | { |
||
19 | /** |
||
20 | * Returns the normalized gateway $name. |
||
21 | * |
||
22 | * @see normalizeGateway |
||
23 | * @param string $name The gateway name. Defaults to `$this->gateway` |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getGateway($name = null) |
||
32 | |||
33 | public function prepareData(array $data) |
||
40 | } |
||
41 |