Skip to content

Commit

Permalink
Fix stripe trigger payment_method.detached (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stripe committed Sep 5, 2024
1 parent 910417d commit 3ebfc9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/fixtures/triggers/payment_method.detached.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
},
{
"name": "payment_method_detach",
"path": "/v1/payment_methods/${payment_method_attach.id}/detach",
"method": "post",
"params": {
"customer": "${customer:id}"
}
"path": "/v1/payment_methods/${payment_method_attach:id}/detach",
"method": "post"
}
]
}

0 comments on commit 3ebfc9a

Please sign in to comment.