diff --git a/pkg/fixtures/triggers/payment_method.detached.json b/pkg/fixtures/triggers/payment_method.detached.json index 70e3726ed..6088923b8 100644 --- a/pkg/fixtures/triggers/payment_method.detached.json +++ b/pkg/fixtures/triggers/payment_method.detached.json @@ -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" } ] }