Skip to content
Code-Schnipsel Gruppen Projekte
Commit ef606f07 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

fix: apple pay registration process

Übergeordneter 194f79a4
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -195,18 +195,11 @@ public static function onApplePayRegisterRequest(QUI\Rewrite $Rewrite, $url)
try {
$VhostManager = new VhostManager();
$vhosts = $VhostManager->getList();
$Conf = QUI::getPackage('quiqqer/payment-stripe')->getConfig();
$registered = $Conf->get('payment', 'apple_pay_domains');
} catch (\Exception $Exception) {
QUI\System\Log::writeException($Exception);
return;
}
if (empty($registered)) {
exit;
}
$headers = getallheaders();
if (empty($headers['Host'])) {
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren