Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: PHP Deprecated: Creation of dynamic property #10

Open
fsilvafactoriabiz opened this issue Jul 22, 2024 · 0 comments
Open

FIX: PHP Deprecated: Creation of dynamic property #10

fsilvafactoriabiz opened this issue Jul 22, 2024 · 0 comments

Comments

@fsilvafactoriabiz
Copy link

fsilvafactoriabiz commented Jul 22, 2024

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() {}
@fsilvafactoriabiz fsilvafactoriabiz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant