all the refactor
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
"name": "capture",
|
||||
"action": "capture_payment",
|
||||
"hooks": {
|
||||
"after": [{ "type": "log", "params": { "message": "payment captured" } }]
|
||||
"after": [
|
||||
{ "type": "log", "params": { "message": "payment captured" } },
|
||||
{ "type": "emit_order_created" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user