These are the following issues which we may face for Drupal 9 by using the current commerce ccavenue module.
------ -----------------------------------------------------------------------------------------------------------------------------
Line src/Plugin/Commerce/PaymentGateway/CCAvenueRedirect.php
------ -----------------------------------------------------------------------------------------------------------------------------
129 Access to deprecated property $entityId of class Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\PaymentGatewayBase:
in commerce:8.x-2.16 and is removed from commerce:3.x.
Use $this->>parentEntity->id() instead.
137 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
144 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
148 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
152 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
162 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ -----------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | d9_depricated_code-3114268-4.patch | 2.77 KB | saurabh-2k17 |
Comments
Comment #2
saurabh-2k17 commentedComment #3
saurabh-2k17 commentedComment #4
saurabh-2k17 commentedI have updated the code.
Comment #5
saurabh-2k17 commentedComment #6
saurabh-2k17 commentedComment #7
saurabh-2k17 commentedComment #8
gábor hojtsyFixing tags.
Comment #9
visabhishek commentedlooks good for me.
Comment #11
visabhishek commentedCommitted and pushed.