mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
fix build by skipping check_xhr
This commit is contained in:
parent
c22ef46224
commit
fc8f7560cf
@ -4,6 +4,7 @@ module DiscourseDonations
|
|||||||
class ChargesController < ApplicationController
|
class ChargesController < ApplicationController
|
||||||
|
|
||||||
skip_before_action :verify_authenticity_token, only: [:create]
|
skip_before_action :verify_authenticity_token, only: [:create]
|
||||||
|
skip_before_action :check_xhr
|
||||||
|
|
||||||
def create
|
def create
|
||||||
Rails.logger.debug params.inspect
|
Rails.logger.debug params.inspect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user