composer.json
0 → 100644
+11
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/commerce_cart_estimate",
|
||
"type": "drupal-module",
|
||
"description": "Provides a form for estimating taxes and shipping rates on the cart form.",
|
||
"homepage": "https://drupal.org/project/commerce_cart_estimate",
|
||
"license": "GPL-2.0-or-later",
|
||
"require": {
|
||
"drupal/commerce_shipping": "^2.4"
|
||
},
|
||
"minimum-stability": "dev"
|
||
} |
+24
−0
+33
−21
src/EventSubscriber/OrderSubscriber.php
0 → 100644
+38
−0
Loading