Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| synpay 1.x-dev | Module | 67 | 15000 | allekkseev10, apolitsin, Asko, Kseniya Myarkovskaya, masdzen, mattomtall, politsin, syn_alexd |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 1 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 8 | 886 | 241 | Symfony API | Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead |
| 1 | 23 | 9 | Parse error | Instantiated class Drupal\commerce_price\Price not found. |
| 3 | 22 | 9 | Other problem | Calls to function dsm should not exist. |
| 3 | 22 | 9 | Parse error | Function dsm not found. |
| 2 | 10 | 6 | Other problem | Undefined variable: $result |
| 1 | 1 | 1 | Other problem | Parameter $commerce_order of method Drupal\synpay\Controller\PayController::check() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 6 | 6 | 1 | Other problem | Access to an undefined property Drupal\synpay\Controller\PayController::$order. |
| 1 | 2 | 2 | Drupal API, not rector covered | Call to deprecated function template_preprocess_block(). Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme(). |
| 1 | 1 | 1 | Other problem | Class Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway extends unknown class Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\OffsitePaymentGatewayBase. |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway contains abstract method create() from interface Drupal\Core\Plugin\ContainerFactoryPluginInterface. |
| 1 | 1 | 1 | Other problem | Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway does not extend any class. |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::t(). |
| 1 | 1 | 1 | Other problem | Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::submitConfigurationForm() calls parent::submitConfigurationForm() but Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway does not extend any class. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::$configuration. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::$parentEntity. |
| 22 | 38 | 3 | Parse error | Instantiated class Drupal\commerce_payment\Exception\PaymentGatewayException not found. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Commerce\PaymentGateway\SynpayPaymentGateway::buildPaymentOperations() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayAlfa::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 10 | 10 | 1 | Parse error | Caught class Drupal\synpay\Plugin\Synpay\ActionException not found. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayAlfa::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayAlfa::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Synpay\SynpayAlfa::getOrderStatus(). |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayAlfa::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayCloudPayments::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayCloudPayments::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayCloudPayments::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\synpay\Plugin\Synpay\Response not found. |
| 7 | 7 | 1 | Parse error | Instantiated class Drupal\commerce_order\Event\OrderEvent not found. |
| 7 | 7 | 1 | Other problem | Access to constant COMPLETION on an unknown class Drupal\commerce_checkout\Event\CheckoutEvents. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Synpay\SynpayCloudPayments::getOrderStatus(). |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayCloudPayments::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Undefined variable: $order_amount |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayPayKeeper::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayPayKeeper::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayPayKeeper::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayRobokassa::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Synpay\SynpayRobokassa::updatePayment(). |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayRobokassa::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySber::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpaySber::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySber::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySberQr::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpaySberQr::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpaySberQr::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySberQr::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySbercredit::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySbercredit::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySgb::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpaySgb::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpaySgb::onReturnTest() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpaySgb::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoff::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoff::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoff::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Synpay\SynpayTinkoff::getOrderStatus(). |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoff::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::getInfoUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::getPromoCode() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::requestCreate() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::requestInfo() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::requestCommit() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::requestCancel() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::getOrderItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::getNotificationUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::acquirePaymentLockName() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::completPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::commitOrCancelPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::rejectPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::processRequest() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffCredit::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getCommitUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getCancelUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getRefundUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getInfoUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getOrderItemsData() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::requestCreate() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::requestInfo() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::requestCommit() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::requestCancel() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::getNotificationUrl() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::acquireLockName() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::completPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::commitOrCancelPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::rejectPayment() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::processRequest() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayTinkoffDolyame::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\synpay\Plugin\Synpay\SynpayTinkoffQr::getQr() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayYandex::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayYandex::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayYandex::getAmount() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 2 | 2 | 1 | Other problem | Undefined variable: $order |
| 1 | 1 | 1 | Other problem | Call to static method parseKeySet() on an unknown class Firebase\JWT\JWK. |
| 1 | 1 | 1 | Other problem | Call to static method decode() on an unknown class Firebase\JWT\JWT. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\synpay\Plugin\Synpay\SynpayYandex::getOrderStatus(). |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayYandex::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayYooKassa::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayYooKassa::getCustomer() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayYooKassa::getItems() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Plugin\Synpay\SynpayYooKassa::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Plugin\Synpay\SynpayYooKassa::requestRefund() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Class Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm extends unknown class Drupal\commerce_payment\PluginForm\PaymentOffsiteForm. |
| 1 | 1 | 1 | Other problem | Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm does not extend any class. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::$entity. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::$plugin. |
| 1 | 1 | 1 | Other problem | Access to undefined constant Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::REDIRECT_POST. |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::buildRedirectForm(). |
| 1 | 1 | 1 | Other problem | Access to undefined constant Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::REDIRECT_GET. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::getAdjustmentItems() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::getPluginCurrencyCode() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\PluginForm\OffsiteRedirect\OffsitePaymentForm::getPluginConfig() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $payment of method Drupal\synpay\Service\GatewayService::registerOrder() has invalid type Drupal\commerce_payment\Entity\PaymentInterface. |
| 1 | 1 | 1 | Other problem | Parameter $order of method Drupal\synpay\Service\GatewayService::onReturn() has invalid type Drupal\commerce_order\Entity\OrderInterface. |