Skip to content

Commit

Permalink
send payload when payment is cancelled (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Nov 30, 2017
1 parent 149b274 commit 940ba68
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ winzou_state_machine:
on: ["pay", "cancel"]
do: ["@ph.state_resolver.subscription", "resolve"]
args: ["object"]
ph_send_payload:
on: ["cancel"]
do: ["@ph.payload_sender.subscription", "send"]
args: ["object"]

0 comments on commit 940ba68

Please sign in to comment.