Skip to content

Commit f7925df

Browse files
committed
fix: update webhook signature header and copyright year
1 parent e4c5892 commit f7925df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
10191019
This 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
10241024
Permission is hereby granted, free of charge, to any person obtaining a copy
10251025
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)