Skip to content

Commit

Permalink
update Buckaroo Hosted Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Nov 6, 2024
1 parent 2622241 commit 9dd3da3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Controller/CredentialsChecker/GetToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function getHostedFieldsClientId()
$this->configProviderCreditcard->getHostedFieldsClientId($this->store)
);
} catch (\Exception $e) {
$this->logger->error('Error decrypting Hosted Fields Username: ' . $e->getMessage());
$this->logger->error('Error decrypting Hosted Fields fields: ' . $e->getMessage());
return null;
}
}
Expand All @@ -78,7 +78,7 @@ protected function getHostedFieldsClientSecret()
$this->configProviderCreditcard->getHostedFieldsClientSecret($this->store)
);
} catch (\Exception $e) {
$this->logger->error('Error decrypting Hosted Fields Password: ' . $e->getMessage());
$this->logger->error('Error decrypting Hosted Fields fields: ' . $e->getMessage());
return null;
}
}
Expand Down
8 changes: 4 additions & 4 deletions i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@
"Cannot create payment","Zahlung kann nicht erstellt werden"
"Failed to create quote","Angebotserstellung fehlgeschlagen"
"Failed to add address to quote","Adresse konnte dem Angebot nicht hinzugefügt werden"
"Buckaroo Hosted Fields Username:","Buckaroo Hosted Fields Benutzername."
"Buckaroo Hosted Fields Password:","Buckaroo Hosted Fields Passwort."
"Enter your Buckaroo Hosted Fields Username, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Geben Sie hier Ihren Buckaroo Hosted Fields Benutzernamen ein, den Sie von der Buckaroo Plaza unter → Einstellungen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistrierung</a>."
"Enter your Buckaroo Hosted Fields Password, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Geben Sie hier Ihr Buckaroo Hosted Fields Passwort ein, das Sie von der Buckaroo Plaza unter → Einstellungen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistrierung</a>."
"Buckaroo Hosted Fields Client ID:","Buckaroo Hosted Fields Client-ID."
"Buckaroo Hosted Fields Client Secret:","Buckaroo Hosted Fields Clientgeheimnis."
"Enter your Buckaroo Hosted Fields Client ID, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Geben Sie hier Ihren Buckaroo Hosted Fields Client-ID ein, den Sie von der Buckaroo Plaza unter → Einstellungen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistrierung</a>."
"Enter your Buckaroo Hosted Fields Client Secret, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Geben Sie hier Ihr Buckaroo Hosted Fields Clientgeheimnis ein, das Sie von der Buckaroo Plaza unter → Einstellungen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistrierung</a>."
"Mar","Mär"
"May","Mai"
"Oct","Okt"
Expand Down
8 changes: 4 additions & 4 deletions i18n/nl_NL.csv
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,10 @@
"Cannot create payment","Betaling kan niet worden aangemaakt"
"Failed to create quote","Offerte aanmaken mislukt"
"Failed to add address to quote","Adres kan niet aan offerte worden toegevoegd"
"Buckaroo Hosted Fields Username:","Buckaroo Hosted Fields Gebruikersnaam."
"Buckaroo Hosted Fields Password:","Buckaroo Hosted Fields Wachtwoord."
"Enter your Buckaroo Hosted Fields Username, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Voer hier uw Buckaroo Hosted Fields Gebruikersnaam in, die u kunt verkrijgen vanuit de Buckaroo Plaza bij → Instellingen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistratie</a>."
"Enter your Buckaroo Hosted Fields Password, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Voer hier uw Buckaroo Hosted Fields wachtwoord in, die u kunt verkrijgen vanuit de Buckaroo Plaza bij → Instellingen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistratie</a>."
"Buckaroo Hosted Fields Client ID:","Buckaroo Hosted Fields Client-ID."
"Buckaroo Hosted Fields Client Secret:","BBuckaroo Hosted Fields Clientgeheim."
"Enter your Buckaroo Hosted Fields Client ID, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Voer hier uw Buckaroo Hosted Fields Client-ID in, die u kunt verkrijgen vanuit de Buckaroo Plaza bij → Instellingen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistratie</a>."
"Enter your Buckaroo Hosted Fields Client Secret, obtainable from the Buckaroo Plaza at → Settings → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Token registration</a>.","Voer hier uw Buckaroo Hosted Fields Clientgeheim in, die u kunt verkrijgen vanuit de Buckaroo Plaza bij → Instellingen → <a href="https://plaza.buckaroo.nl/Configuration/TokenApi/Applications" target="_blank">Tokenregistratie</a>."
"Mar","Mrt"
"May","Mei"
"Oct","Okt"
Expand Down

0 comments on commit 9dd3da3

Please sign in to comment.