diff --git a/assets/javascripts/discourse/templates/components/stripe-card.hbs b/assets/javascripts/discourse/templates/components/stripe-card.hbs
index 9211231..e33716d 100644
--- a/assets/javascripts/discourse/templates/components/stripe-card.hbs
+++ b/assets/javascripts/discourse/templates/components/stripe-card.hbs
@@ -1,7 +1,7 @@
diff --git a/assets/javascripts/discourse/templates/user/payments.hbs b/assets/javascripts/discourse/templates/user/payments.hbs
index a20184f..bca741e 100644
--- a/assets/javascripts/discourse/templates/user/payments.hbs
+++ b/assets/javascripts/discourse/templates/user/payments.hbs
@@ -1,4 +1,14 @@
-{{#d-section pageClass="stripe-payments"}}
- {{i18n 'discourse_payments.title'}}
- {{stripe-card}}
+{{#d-section pageClass="user-payments" class="user-content user-payments"}}
+
+
+
+
+ - {{i18n 'discourse_payments.title'}}
+
+
+
+
+
{{/d-section}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 051fd1d..fe1490a 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -2,5 +2,6 @@ en:
js:
discourse_payments:
title: Donate
+ card: Credit or debit card
success: Payment Successful
submit: Make Payment
diff --git a/plugin.rb b/plugin.rb
index bcf1845..24a053d 100644
--- a/plugin.rb
+++ b/plugin.rb
@@ -1,6 +1,6 @@
# name: discourse-payments
# about: Integrating Discourse with Stripe
-# version: 1.3.1
+# version: 1.4.0
# url: https://github.com/choiceaustralia/discourse-payments
# authors: Rimian Perkins