We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83c63d commit e799c49Copy full SHA for e799c49
docs/contributing/adding_a_payment_processor.md
@@ -20,9 +20,9 @@ We recommend copying FakeProcessor as the basis for your new payment processor a
20
21
Each payment processer can define it's own controller for processing any required webhooks.
22
23
-For example, `stripe` has [app/controllers/pay/webhooks/stripe_controller.rb](../app/controllers/pay/webhooks/stripe_controller.rb)
+For example, `stripe` has [app/controllers/pay/webhooks/stripe_controller.rb](../../app/controllers/pay/webhooks/stripe_controller.rb)
24
25
-See also [config/routes.rb](../config/routes.rb) for defining routes.
+See also [config/routes.rb](../../config/routes.rb) for defining routes.
26
27
The webhook controller is responsible for verifying the webhook payload for authenticity and then sending to the Pay Webhook Delegator
28
0 commit comments