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.                                                         
 ------ ----------------------------------------------------------------------------------------------------------------------------- 


Comments

Saurabh_sgh created an issue. See original summary.

saurabh-2k17’s picture

StatusFileSize
new2.81 KB
saurabh-2k17’s picture

Status: Active » Needs review
saurabh-2k17’s picture

StatusFileSize
new2.77 KB

I have updated the code.

saurabh-2k17’s picture

Assigned: saurabh-2k17 » Unassigned
saurabh-2k17’s picture

saurabh-2k17’s picture

Issue tags: -Drupal 9 compatibility +Drupal 9 compatibility Drupal 9 porting weekend DIACWMay2020
gábor hojtsy’s picture

Issue tags: -Drupal 9 compatibility Drupal 9 porting weekend DIACWMay2020 +Drupal 9 compatibility, +Drupal 9 porting weekend, +DIACWMay2020

Fixing tags.

visabhishek’s picture

Status: Needs review » Reviewed & tested by the community

looks good for me.

visabhishek’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed.

Status: Fixed » Closed (fixed)

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