🎨 Fix code formatting

This commit is contained in:
Daniel Dudzic 2025-04-23 18:23:42 +02:00
parent 6a904e1b1d
commit 7c61dc1d0f
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
3 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@ class PaymentMethodSettingsMapHelper {
*/
public function map(): array {
return array(
'dcc_enabled' => CreditCardGateway::ID,
'axo_enabled' => AxoGateway::ID,
'dcc_enabled' => CreditCardGateway::ID,
'axo_enabled' => AxoGateway::ID,
);
}