We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd050b commit 450cc36Copy full SHA for 450cc36
1 file changed
src/Gateways/Klarna/KlarnaProcessor.php
@@ -7,7 +7,7 @@
7
8
class KlarnaProcessor extends AbstractPaymentProcessor
9
{
10
- const DATA_REQUEST_META_KEY = '_buckaroo_klarna_data_request_key';
+ public const DATA_REQUEST_META_KEY = '_buckaroo_klarna_data_request_key';
11
12
/** {@inheritDoc} */
13
protected function getMethodBody(): array
@@ -183,5 +183,4 @@ private function getPhone(string $phone): string
183
184
return $phone;
185
}
186
-
187
0 commit comments