This commit is contained in:
2026-02-02 17:30:17 +01:00
parent ae0ee002ec
commit 68c2d651c6
16 changed files with 173 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ class PaynowChargeBlikModuleFrontController extends PaynowFrontController
'external_id' => $payment_data['external_id'],
'paymentId' => $payment_data['payment_id'],
'paymentStatus' => $payment_data['status'],
'token' => Tools::encrypt($this->context->customer->secure_key)
'token' => PaynowCompatibilityHelper::encrypt($this->context->customer->secure_key)
])
]);