more flow
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s

This commit is contained in:
2026-07-01 12:13:38 +02:00
parent 83986e7a35
commit 4a37cb479c
8 changed files with 85 additions and 9 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"hooks": {
"after": [
{ "type": "log", "params": { "message": "order placed" } },
{ "type": "send_email", "when": "has_customer_email", "params": { "template": "order-confirmation" } }
{ "type": "send_email", "when": "has_order_email_consent", "params": { "template": "order-confirmation" } }
]
}
},
@@ -27,7 +27,7 @@
"hooks": {
"after": [
{ "type": "log", "params": { "message": "payment captured" } },
{ "type": "send_email", "when": "has_customer_email", "params": { "template": "payment-receipt" } },
{ "type": "send_email", "when": "has_order_email_consent", "params": { "template": "payment-receipt" } },
{ "type": "emit_order_created" }
]
}