We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7a4b20 + ad43f89 commit 05bbec7Copy full SHA for 05bbec7
src/Authorization.php
@@ -40,7 +40,6 @@ class Authorization implements AuthorizationInterface
40
public function __constructor(string $paymentMethodType, bool $isPaymentPageUsed) {
41
$this->setPaymentMethod($paymentMethodType);
42
$this->setUsePaymentPage($isPaymentPageUsed);
43
- echo 'конструирую';
44
}
45
46
/**
0 commit comments