diff --git a/Gateway/Config/PayplugPayment.php b/Gateway/Config/PayplugPayment.php index 20e3bdd..673875c 100644 --- a/Gateway/Config/PayplugPayment.php +++ b/Gateway/Config/PayplugPayment.php @@ -19,8 +19,13 @@ public function __construct( /** * Retrieve information from payment configuration + * + * @param string $field + * @param int|null $storeId + * + * @return mixed */ - public function getValue($field, ?int $storeId = null): mixed + public function getValue($field, $storeId = null) { if ($field === 'order_place_redirect_url') { // Prevent order email sending when placing the order