drupal-check against commerce_coinpayments 8.x-1.0 (30 Nov 2019)

➜  d9readiness vendor/mglaman/drupal-check/drupal-check web/modules/contrib/commerce_coinpayments
 6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ --------------------------------------------------------------------------------------
  Line   src/IPNCPHandler.php
 ------ --------------------------------------------------------------------------------------
  89     Call to deprecated method checkPlain() of class Drupal\Component\Utility\SafeMarkup:
         Will be removed before Drupal 9.0.0. Rely on Twig's
         auto-escaping feature, or use the @link theme_render #plain_text @endlink
         key when constructing a render array that contains plain text in order to
         use the renderer's auto-escaping feature. If neither of these are
         possible, \Drupal\Component\Utility\Html::escape() can be used in places
         where explicit escaping is needed.
  89     Call to method checkPlain() of deprecated class Drupal\Component\Utility\SafeMarkup:
         Will be removed before Drupal 9.0.0. Use the appropriate
 ------ --------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------
  Line   src/Plugin/Commerce/PaymentGateway/CoinPaymentsRedirect.php
 ------ ----------------------------------------------------------------------
  134    Call to deprecated function drupal_set_message():
         in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
         Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
 ------ ----------------------------------------------------------------------


 [ERROR] Found 3 errors

Upgrade status report against commerce_coinpayments 8.x-1.0 (30 Nov 2019)

Add core_version_requirement: ^8 || ^9 to commerce_coinpayments.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yogeshmpawar created an issue. See original summary.

yogeshmpawar’s picture

Issue tags: +Drupal 9 compatibility
Gnanagowthaman sankar’s picture

Hi @yogeshmpawar

Here by i attached the patch. Please let me know for any changes.

Thanks & Regards,
Gnanagowthaman sankar

Gnanagowthaman sankar’s picture

Status: Active » Needs review
FileSize
2.29 KB

Patch

Thanks & Regards,
Gnanagowthaman sankar

  • yogeshmpawar committed 59855ab on 8.x-1.x
    Issue #3097795 by Gnanagowthaman sankar, yogeshmpawar: Drupal 9...
yogeshmpawar’s picture

Status: Needs review » Fixed

Committed & Pushed to 8.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.