1 | <?php |
||
10 | class StorePaymentMethodRequest extends AbstractPaymentMethodRequest |
||
11 | { |
||
12 | use HasGateway, HasPaymentMethodData; |
||
13 | |||
14 | /** |
||
15 | * @return null |
||
16 | * @throws \Omnipay\Common\Exception\InvalidCreditCardException |
||
17 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
18 | * @throws \Omnipay\Spreedly\Exception\InvalidPaymentMethodException |
||
19 | */ |
||
20 | 4 | public function getData() |
|
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
30 | */ |
||
31 | 4 | public function getEndpoint() |
|
35 | |||
36 | /** |
||
37 | * @return string |
||
38 | */ |
||
39 | 2 | public function getHttpMethod() |
|
43 | } |
||
44 |