fix build by skipping check_xhr
This commit is contained in:
parent
c22ef46224
commit
fc8f7560cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue