mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-06 22:36:07 +00:00
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
%section{ id: "webhook_endpoints" }
|
|
%hr
|
|
%h3= t('.title')
|
|
%p= t('.description')
|
|
|
|
%table{width: "100%"}
|
|
%thead
|
|
%tr
|
|
%th= t('.event_type.header')
|
|
%th= t('.url.header')
|
|
%th.actions
|
|
%tbody
|
|
= render WebhookEndpointFormComponent.new(webhooks: @user.webhook_endpoints.order_cycle_opened, webhook_type: "order_cycle_opened")
|
|
= render WebhookEndpointFormComponent.new(webhooks: @user.webhook_endpoints.payment_status, webhook_type: "payment_status_changed")
|