In earlier versions, the module was calling $this->toMinorUnits()
, which worked because the method was defined in PaymentGatewayBase
.
With the update to Drupal Commerce 3.1, this method was removed from PaymentGatewayBase
, so it is no longer available directly.
We now need to use the appropriate service to handle this conversion.
Update the implementation to call the method from the minorUnitsConverter
service instead of PaymentGatewayBase
.
Active
3.8
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.