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.
1 parent a7a4b20 commit ad43f89Copy full SHA for ad43f89
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