You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PHP 8.3 version, the declaration of dynamic variables is already deprecated.
Solution above the construct
public $id;
public $icon;
public $has_fields;
public $method_title;
public $method_description;
public $supports;
public $title;
public $merchant;
public $acquirer;
public $terminal;
public $secret_key;
public $description;
public $thank_you_text;
public $set_completed;
public $environment;
public $notify_url;
/**
* Constructor for the gateway.
*/
public function __construct() {}
The text was updated successfully, but these errors were encountered:
In the PHP 8.3 version, the declaration of dynamic variables is already deprecated.
Solution above the construct
The text was updated successfully, but these errors were encountered: