Skip to content

Commit 68f4f58

Browse files
committed
Add recipes for SyliusMollie
1 parent 7958f69 commit 68f4f58

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
imports:
2+
- { resource: "@SyliusMolliePlugin/Resources/config/config.yaml" }
3+
4+
parameters:
5+
images_dir: "/media/image/"
6+
7+
winzou_state_machine:
8+
sylius_order_checkout:
9+
transitions:
10+
complete:
11+
from: [cart, addressed, shipping_selected, shipping_skipped, payment_selected, payment_skipped]
12+
to: completed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sylius_mollie_plugin:
2+
resource: "@SyliusMolliePlugin/Resources/config/routing.yaml"
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"SyliusMolliePlugin\\SyliusMolliePlugin": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)