Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class FirstDataConfig extends AbstractBundleConfig |
||
14 | { |
||
15 | /** |
||
16 | * @api |
||
17 | * |
||
18 | * @return string |
||
19 | */ |
||
20 | public function getHashAlgo(): string |
||
21 | { |
||
22 | return $this->get(FirstDataConstants::HASH_ALGO); |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @api |
||
27 | * |
||
28 | * @return string |
||
29 | */ |
||
30 | public function getSharedSecret(): string |
||
33 | } |
||
34 | } |
||
35 |