- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
I modified the line 'data-refresh-url'
in the function commerce_license_checkout_competion_message
in the commerce_license.checkout_pane.inc file.
It is now:
'data-refresh-url' => url('ajax/commerce_license/' . $license->license_id, array('absolute' => TRUE)),
which make it i18n compatible when th language is in the path.
Closed: outdated
1.0
Code
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.