Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ArvatoRssConfig extends AbstractBundleConfig |
||
14 | { |
||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | public function getClientId() |
||
19 | { |
||
20 | return $this->get(ArvatoRssConstants::ARVATORSS_CLIENTID); |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getAuthorization() |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param string $paymentMethod |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | public function getPaymentTypeMapping($paymentMethod) |
||
43 |