File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ class WebhooksController < ApplicationController
472472 skip_before_action :verify_authenticity_token
473473
474474 def create
475- signature = request.headers[' X- Bundleup-Signature' ]
475+ signature = request.headers[' Bundleup-Signature' ]
476476 payload = request.body.read
477477
478478 unless verify_signature(payload, signature)
@@ -1019,7 +1019,7 @@ We welcome contributions to the BundleUp Ruby SDK! Here's how you can help:
10191019This gem is available as open source under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
10201020
10211021```
1022- Copyright (c) 2024 BundleUp
1022+ Copyright (c) 2026 BundleUp
10231023
10241024Permission is hereby granted, free of charge, to any person obtaining a copy
10251025of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments