@@ -64,7 +64,7 @@ |
||
| 64 | 64 | */ |
| 65 | 65 | protected function getPreparedKey(string $key): string |
| 66 | 66 | { |
| 67 | - $preparedKey = strtolower((string) preg_replace('/([a-z])([A-Z])/', '$1_$2', $key)); |
|
| 67 | + $preparedKey = strtolower((string)preg_replace('/([a-z])([A-Z])/', '$1_$2', $key)); |
|
| 68 | 68 | $template = 'add_paydata[KEY]'; |
| 69 | 69 | |
| 70 | 70 | return str_replace('KEY', $preparedKey, $template); |