diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml
index 16a4974ed..2d222d314 100644
--- a/.github/workflows/ruby-ci.yml
+++ b/.github/workflows/ruby-ci.yml
@@ -39,3 +39,4 @@ jobs:
- name: Test
run: bundle exec rake test
+
diff --git a/app/assets/images/payment_icons/ashleyplcc.svg b/app/assets/images/payment_icons/ashleyplcc.svg
new file mode 100644
index 000000000..b78f89816
--- /dev/null
+++ b/app/assets/images/payment_icons/ashleyplcc.svg
@@ -0,0 +1 @@
+
diff --git a/app/assets/images/payment_icons/etihadguestpay.svg b/app/assets/images/payment_icons/etihadguestpay.svg
new file mode 100644
index 000000000..60547b91c
--- /dev/null
+++ b/app/assets/images/payment_icons/etihadguestpay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/gmoatokara.svg b/app/assets/images/payment_icons/gmoatokara.svg
new file mode 100644
index 000000000..f4dcb68d6
--- /dev/null
+++ b/app/assets/images/payment_icons/gmoatokara.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/heylight.svg b/app/assets/images/payment_icons/heylight.svg
new file mode 100644
index 000000000..f5918564a
--- /dev/null
+++ b/app/assets/images/payment_icons/heylight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/kbc_cbc.svg b/app/assets/images/payment_icons/kbc_cbc.svg
index 07017b0f5..0b5db418b 100644
--- a/app/assets/images/payment_icons/kbc_cbc.svg
+++ b/app/assets/images/payment_icons/kbc_cbc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/riverty.svg b/app/assets/images/payment_icons/riverty.svg
new file mode 100644
index 000000000..de2e6737d
--- /dev/null
+++ b/app/assets/images/payment_icons/riverty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/ventipay.svg b/app/assets/images/payment_icons/ventipay.svg
new file mode 100644
index 000000000..bc8510b26
--- /dev/null
+++ b/app/assets/images/payment_icons/ventipay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/assets/images/payment_icons/worldchain.svg b/app/assets/images/payment_icons/worldchain.svg
new file mode 100644
index 000000000..6c94d61c8
--- /dev/null
+++ b/app/assets/images/payment_icons/worldchain.svg
@@ -0,0 +1 @@
+
diff --git a/db/payment_icons.yml b/db/payment_icons.yml
index cf3ac5139..96dceeb9d 100644
--- a/db/payment_icons.yml
+++ b/db/payment_icons.yml
@@ -130,6 +130,10 @@
name: base
label: Base
group: cryptocurrencies
+-
+ name: worldchain
+ label: World Chain
+ group: cryptocurrencies
-
name: busd
label: Binance USD
@@ -2370,3 +2374,27 @@
name: codensa
label: Codensa
group: credit_cards
+-
+ name: gmoatokara
+ label: GMO Atokara
+ group: other
+-
+ name: ashleyplcc
+ label: Ashley Credit Card
+ group: credit_cards
+-
+ name: heylight
+ label: HeyLight
+ group: other
+-
+ name: etihadguestpay
+ label: Etihad GuestPay
+ group: other
+-
+ name: ventipay
+ label: VentiPay
+ group: other
+-
+ name: riverty
+ label: Riverty
+ group: other
diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb
index c24c14ce3..8451fdec0 100644
--- a/lib/payment_icons/version.rb
+++ b/lib/payment_icons/version.rb
@@ -1,3 +1,3 @@
module PaymentIcons
- VERSION = "1.7.47"
+ VERSION = "1.7.48"
end