Remove locale param

This commit is contained in:
Narek Zakarian 2023-10-31 18:16:21 +04:00
parent 3aa81bd144
commit 21c8ba99af
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -264,7 +264,6 @@ class SmartButton implements SmartButtonInterface {
$this->pay_now_contexts = $pay_now_contexts;
$this->funding_sources_without_redirect = $funding_sources_without_redirect;
$this->logger = $logger;
$this->locale = $locale;
}
/**