| 1 | <?php |
||
| 13 | class ArvatoRssConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function getClientId() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function getAuthorization() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param string $paymentMethod |
||
| 33 | * |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function getPaymentTypeMapping($paymentMethod) |
||
| 42 | } |
||
| 43 |