Make sure the 2.x branch is Drupal 10 compatible

Comments

Anas_maw created an issue. See original summary.

  • 78975218 committed on 2.0.x
    Issue #3445236 by Anas_maw: Drupal 10 compatibility
    
anas_maw’s picture

Status: Active » Fixed
hamzadwaya’s picture

Title: Drupal 10 compatibility » I've added the code to the fork on the Automated Drupal 10 compatibility fixes issue.
hamzadwaya’s picture

Title: I've added the code to the fork on the Automated Drupal 10 compatibility fixes issue. » Compatible With drupal 10

I've added the code to the fork on the Automated Drupal 10 compatibility fixes issue.

anas_maw’s picture

  • ce498065 committed on 2.0.x
    Issue #3445236 by Anas_maw, hamzadwaya: Compatible With drupal 10
    
anas_maw’s picture

@hamzadwaya, all of your changes are committed, except

// HyperPay requires the amount to be formatted with two digits after the decimal point.
'amount' => number_format((float) $payment_amount->getNumber(), 2, '.', ''),

I wrote a comment on the MR, please check it, also let's open a separate ticket for this issue as it's not related to Drupal 10 compatibility

Status: Fixed » Closed (fixed)

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