diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml new file mode 100644 index 0000000..0dc2680 --- /dev/null +++ b/config/locales/client.en.yml @@ -0,0 +1,3 @@ +en: + js: + discourse_payments: diff --git a/plugin.rb b/plugin.rb index 36b4b7b..b10a4e7 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,6 @@ # name: discourse-payments # about: Integrating Discourse with Stripe -# version: 1.1.0 +# version: 1.2.0 # url: https://github.com/choiceaustralia/discourse-payments gem 'stripe', '1.58.0'