Skip to content

Commit

Permalink
Merge branch 'master' into feature/add_missing_webhook_callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming authored Aug 9, 2024
2 parents 441d271 + 6d785de commit 65e1a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/stripe/event_dispatch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def dispatch_stripe_event(request)
end

def retrieve_stripe_event(request)
id = request.params[:id]
id = request.params['id']
body = request.body.read
sig_header = request.headers['HTTP_STRIPE_SIGNATURE']
endpoint_secrets = ::Rails.application.config.stripe.signing_secrets
Expand Down

0 comments on commit 65e1a50

Please sign in to comment.