rm stripe.js from build
It needs to be loaded directly. https://stripe.com/docs/stripe-js/reference#including-stripejs
This commit is contained in:
parent
a2fac9a4ff
commit
c22ef46224
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,6 @@ gem 'stripe', '2.8.0'
|
||||||
load File.expand_path('../lib/discourse_donations/engine.rb', __FILE__)
|
load File.expand_path('../lib/discourse_donations/engine.rb', __FILE__)
|
||||||
|
|
||||||
register_asset "stylesheets/discourse-donations.css"
|
register_asset "stylesheets/discourse-donations.css"
|
||||||
register_asset "javascripts/lib/vendor/stripe_v3.js"
|
|
||||||
|
|
||||||
enabled_site_setting :discourse_donations_enabled
|
enabled_site_setting :discourse_donations_enabled
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue