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 9cedc31 commit aceab16Copy full SHA for aceab16
src/Authorization.php
@@ -37,7 +37,7 @@ class Authorization implements AuthorizationInterface
37
* @return void
38
* @throws PaymentException Ошибка оплаты
39
*/
40
- public function __constructor(string $paymentMethodType, bool $isPaymentPageUsed) {
+ public function __construct(string $paymentMethodType, bool $isPaymentPageUsed) {
41
$this->setPaymentMethod($paymentMethodType);
42
$this->setUsePaymentPage($isPaymentPageUsed);
43
}
0 commit comments