Issue #3501302: Support non-USD currencies in the "Change price in cart" action
Compare changes
@@ -8,6 +8,7 @@ use Drupal\Core\Session\AccountInterface;
@@ -23,6 +24,9 @@ use Drupal\eca\Plugin\Action\ConfigurableActionBase;
@@ -40,7 +44,13 @@ class ChangePriceInCartAction extends ConfigurableActionBase {
@@ -52,6 +62,7 @@ class ChangePriceInCartAction extends ConfigurableActionBase {
@@ -65,6 +76,15 @@ class ChangePriceInCartAction extends ConfigurableActionBase {
@@ -73,6 +93,13 @@ class ChangePriceInCartAction extends ConfigurableActionBase {