Skip to content

Commit aceab16

Browse files
authored
Authorization.php bugfix
1 parent 9cedc31 commit aceab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Authorization implements AuthorizationInterface
3737
* @return void
3838
* @throws PaymentException Ошибка оплаты
3939
*/
40-
public function __constructor(string $paymentMethodType, bool $isPaymentPageUsed) {
40+
public function __construct(string $paymentMethodType, bool $isPaymentPageUsed) {
4141
$this->setPaymentMethod($paymentMethodType);
4242
$this->setUsePaymentPage($isPaymentPageUsed);
4343
}

0 commit comments

Comments
 (0)