diff --git a/app/controllers/discourse_donations/charges_controller.rb b/app/controllers/discourse_donations/charges_controller.rb index 8f51e22..cf8ab50 100644 --- a/app/controllers/discourse_donations/charges_controller.rb +++ b/app/controllers/discourse_donations/charges_controller.rb @@ -4,6 +4,7 @@ module DiscourseDonations class ChargesController < ApplicationController skip_before_action :verify_authenticity_token, only: [:create] + skip_before_action :check_xhr def create Rails.logger.debug params.inspect