diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml index afb145f9b..2d222d314 100644 --- a/.github/workflows/ruby-ci.yml +++ b/.github/workflows/ruby-ci.yml @@ -17,26 +17,16 @@ jobs: strategy: matrix: version: - - 2.6 - - 2.7 - - 3.0 - 3.1 - 3.2 + - 3.3 gemfile: - - gemfiles/rails-6-0.gemfile + - gemfiles/rails-7-0.gemfile - gemfiles/rails-latest-release.gemfile - gemfiles/rails-edge.gemfile exclude: - - version: 2.6 - gemfile: gemfiles/rails-edge.gemfile - - version: 2.7 - gemfile: gemfiles/rails-edge.gemfile - - version: 3.0 - gemfile: gemfiles/rails-6-0.gemfile - version: 3.1 - gemfile: gemfiles/rails-6-0.gemfile - - version: 3.2 - gemfile: gemfiles/rails-6-0.gemfile + gemfile: gemfiles/rails-edge.gemfile steps: - uses: actions/checkout@v3 @@ -49,3 +39,4 @@ jobs: - name: Test run: bundle exec rake test + diff --git a/.ruby-version b/.ruby-version index 7bde84d06..f13c6f452 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.1.2 +ruby-3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 1de63cc62..bee23b78f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.43) + payment_icons (1.7.49) frozen_record railties (>= 5.0) sassc-rails @@ -9,103 +9,102 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) + actioncable (8.0.1) + actionpack (= 8.0.1) + activesupport (= 8.0.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.3.4) - actionpack (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activesupport (= 7.1.3.4) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (8.0.1) + actionpack (= 8.0.1) + activejob (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) + mail (>= 2.8.0) + actionmailer (8.0.1) + actionpack (= 8.0.1) + actionview (= 8.0.1) + activejob (= 8.0.1) + activesupport (= 8.0.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (8.0.1) + actionview (= 8.0.1) + activesupport (= 8.0.1) nokogiri (>= 1.8.5) - racc rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.3.4) - actionpack (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + useragent (~> 0.16) + actiontext (8.0.1) + actionpack (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + actionview (8.0.1) + activesupport (= 8.0.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3.4) - activesupport (= 7.1.3.4) + activejob (8.0.1) + activesupport (= 8.0.1) globalid (>= 0.3.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (8.0.1) + activesupport (= 8.0.1) + activerecord (8.0.1) + activemodel (= 8.0.1) + activesupport (= 8.0.1) timeout (>= 0.4.0) - activestorage (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activesupport (= 7.1.3.4) + activestorage (8.0.1) + actionpack (= 8.0.1) + activejob (= 8.0.1) + activerecord (= 8.0.1) + activesupport (= 8.0.1) marcel (~> 1.0) - activesupport (7.1.3.4) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) base64 (0.2.0) - bigdecimal (3.1.8) - builder (3.2.4) + benchmark (0.4.0) + bigdecimal (3.1.9) + builder (3.3.0) bump (0.10.0) coderay (1.1.3) - concurrent-ruby (1.3.1) - connection_pool (2.4.1) + concurrent-ruby (1.3.4) + connection_pool (2.5.0) crass (1.0.6) - date (3.3.4) + date (3.4.1) drb (2.2.1) - erubi (1.12.0) - ffi (1.17.0) - frozen_record (0.27.1) + erubi (1.13.1) + ffi (1.17.1) + frozen_record (0.27.4) activemodel globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.13.1) + io-console (0.8.0) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) - loofah (2.22.0) + logger (1.6.4) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -116,10 +115,9 @@ GEM marcel (1.0.4) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) - minitest (5.23.1) - mutex_m (0.2.0) - net-imap (0.4.12) + mini_portile2 (2.8.8) + minitest (5.25.4) + net-imap (0.5.5) date net-protocol net-pop (0.1.2) @@ -128,57 +126,58 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) - nokogiri (1.16.5) + nio4r (2.7.4) + nokogiri (1.18.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - pry (0.14.2) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) - psych (5.1.2) + psych (5.2.2) + date stringio - racc (1.8.0) - rack (3.0.11) - rack-session (2.0.0) + racc (1.8.1) + rack (3.1.8) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) - rails (7.1.3.4) - actioncable (= 7.1.3.4) - actionmailbox (= 7.1.3.4) - actionmailer (= 7.1.3.4) - actionpack (= 7.1.3.4) - actiontext (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activemodel (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + rails (8.0.1) + actioncable (= 8.0.1) + actionmailbox (= 8.0.1) + actionmailer (= 8.0.1) + actionpack (= 8.0.1) + actiontext (= 8.0.1) + actionview (= 8.0.1) + activejob (= 8.0.1) + activemodel (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) bundler (>= 1.15.0) - railties (= 7.1.3.4) + railties (= 8.0.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) - irb + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (8.0.1) + actionpack (= 8.0.1) + activesupport (= 8.0.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.2.1) - rdoc (6.7.0) + rdoc (6.10.0) psych (>= 4.0.0) - reline (0.5.8) + reline (0.6.0) io-console (~> 0.5) sassc (2.4.0) ffi (~> 1.9) @@ -188,24 +187,27 @@ GEM sprockets (> 3.0) sprockets-rails tilt + securerandom (0.4.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.0) - thor (1.3.1) - tilt (2.3.0) - timeout (0.4.1) + stringio (3.1.2) + thor (1.3.2) + tilt (2.5.0) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - webrick (1.8.1) - websocket-driver (0.7.6) + uri (1.0.2) + useragent (0.16.11) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.7.1) PLATFORMS ruby diff --git a/app/assets/images/payment_icons/abn.svg b/app/assets/images/payment_icons/abn.svg new file mode 100644 index 000000000..e742f8af0 --- /dev/null +++ b/app/assets/images/payment_icons/abn.svg @@ -0,0 +1 @@ +ABN \ No newline at end of file diff --git a/app/assets/images/payment_icons/adyen.svg b/app/assets/images/payment_icons/adyen.svg new file mode 100644 index 000000000..6ba385436 --- /dev/null +++ b/app/assets/images/payment_icons/adyen.svg @@ -0,0 +1 @@ +Adyen \ No newline at end of file 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 @@ +Ashley Credit Card diff --git a/app/assets/images/payment_icons/authorizenet.svg b/app/assets/images/payment_icons/authorizenet.svg new file mode 100644 index 000000000..3ff4a3094 --- /dev/null +++ b/app/assets/images/payment_icons/authorizenet.svg @@ -0,0 +1 @@ +Authorize Net \ No newline at end of file diff --git a/app/assets/images/payment_icons/barclays.svg b/app/assets/images/payment_icons/barclays.svg new file mode 100644 index 000000000..e71e07237 --- /dev/null +++ b/app/assets/images/payment_icons/barclays.svg @@ -0,0 +1 @@ +Barclays \ No newline at end of file diff --git a/app/assets/images/payment_icons/bnp.svg b/app/assets/images/payment_icons/bnp.svg new file mode 100644 index 000000000..0da3d5229 --- /dev/null +++ b/app/assets/images/payment_icons/bnp.svg @@ -0,0 +1 @@ +BNP \ No newline at end of file diff --git a/app/assets/images/payment_icons/braintree.svg b/app/assets/images/payment_icons/braintree.svg new file mode 100644 index 000000000..da57e686d --- /dev/null +++ b/app/assets/images/payment_icons/braintree.svg @@ -0,0 +1 @@ +Braintree \ No newline at end of file diff --git a/app/assets/images/payment_icons/codensa.svg b/app/assets/images/payment_icons/codensa.svg new file mode 100644 index 000000000..17b047d23 --- /dev/null +++ b/app/assets/images/payment_icons/codensa.svg @@ -0,0 +1 @@ +Codensa \ No newline at end of file diff --git a/app/assets/images/payment_icons/creditagricole.svg b/app/assets/images/payment_icons/creditagricole.svg new file mode 100644 index 000000000..c7375ebad --- /dev/null +++ b/app/assets/images/payment_icons/creditagricole.svg @@ -0,0 +1 @@ +Credit Agricole \ No newline at end of file diff --git a/app/assets/images/payment_icons/efecty.svg b/app/assets/images/payment_icons/efecty.svg new file mode 100644 index 000000000..1c3912fa1 --- /dev/null +++ b/app/assets/images/payment_icons/efecty.svg @@ -0,0 +1 @@ +Efecty \ No newline at end of file diff --git a/app/assets/images/payment_icons/erste.svg b/app/assets/images/payment_icons/erste.svg new file mode 100644 index 000000000..3d16d06cd --- /dev/null +++ b/app/assets/images/payment_icons/erste.svg @@ -0,0 +1 @@ +Erste \ No newline at end of file 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 @@ +Etihad GuestPay \ No newline at end of file diff --git a/app/assets/images/payment_icons/fintoc.svg b/app/assets/images/payment_icons/fintoc.svg index 609edacf2..1a68f2416 100644 --- a/app/assets/images/payment_icons/fintoc.svg +++ b/app/assets/images/payment_icons/fintoc.svg @@ -1 +1 @@ -Fintoc \ No newline at end of file +Fintoc \ No newline at end of file diff --git a/app/assets/images/payment_icons/flyingblueplus.svg b/app/assets/images/payment_icons/flyingblueplus.svg new file mode 100644 index 000000000..19133b879 --- /dev/null +++ b/app/assets/images/payment_icons/flyingblueplus.svg @@ -0,0 +1 @@ +Flying Blue+ 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 @@ +GMO Atokara \ 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 @@ +HeyLight \ 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 @@ -KBC/CBC \ No newline at end of file +KBC/CBC"/> \ No newline at end of file diff --git a/app/assets/images/payment_icons/kcpcreditcard.svg b/app/assets/images/payment_icons/kcpcreditcard.svg new file mode 100644 index 000000000..955bf7493 --- /dev/null +++ b/app/assets/images/payment_icons/kcpcreditcard.svg @@ -0,0 +1 @@ +KCP Credit Card \ No newline at end of file diff --git a/app/assets/images/payment_icons/lloyds.svg b/app/assets/images/payment_icons/lloyds.svg new file mode 100644 index 000000000..d7be6c162 --- /dev/null +++ b/app/assets/images/payment_icons/lloyds.svg @@ -0,0 +1 @@ +Lloyds \ No newline at end of file diff --git a/app/assets/images/payment_icons/monzo.svg b/app/assets/images/payment_icons/monzo.svg new file mode 100644 index 000000000..5c15e0916 --- /dev/null +++ b/app/assets/images/payment_icons/monzo.svg @@ -0,0 +1 @@ +Monzo \ No newline at end of file diff --git a/app/assets/images/payment_icons/natwest.svg b/app/assets/images/payment_icons/natwest.svg new file mode 100644 index 000000000..7f4ca2041 --- /dev/null +++ b/app/assets/images/payment_icons/natwest.svg @@ -0,0 +1 @@ +Natwest \ No newline at end of file diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg new file mode 100644 index 000000000..3240b3836 --- /dev/null +++ b/app/assets/images/payment_icons/nequi.svg @@ -0,0 +1 @@ +Nequi \ No newline at end of file diff --git a/app/assets/images/payment_icons/onlinebanktransfer.svg b/app/assets/images/payment_icons/onlinebanktransfer.svg new file mode 100644 index 000000000..eda96cf82 --- /dev/null +++ b/app/assets/images/payment_icons/onlinebanktransfer.svg @@ -0,0 +1 @@ +Online Banktransfer \ No newline at end of file diff --git a/app/assets/images/payment_icons/payafterdeliveryinstalments.svg b/app/assets/images/payment_icons/payafterdeliveryinstalments.svg new file mode 100644 index 000000000..896dfaa9e --- /dev/null +++ b/app/assets/images/payment_icons/payafterdeliveryinstalments.svg @@ -0,0 +1 @@ +Pay After Delivery Installments \ No newline at end of file diff --git a/app/assets/images/payment_icons/payitmonthly.svg b/app/assets/images/payment_icons/payitmonthly.svg new file mode 100644 index 000000000..2efa69f6e --- /dev/null +++ b/app/assets/images/payment_icons/payitmonthly.svg @@ -0,0 +1 @@ +PayItMonthly \ No newline at end of file diff --git a/app/assets/images/payment_icons/payright.svg b/app/assets/images/payment_icons/payright.svg new file mode 100644 index 000000000..6d4afd1fc --- /dev/null +++ b/app/assets/images/payment_icons/payright.svg @@ -0,0 +1 @@ +Payright \ No newline at end of file diff --git a/app/assets/images/payment_icons/paysquad.svg b/app/assets/images/payment_icons/paysquad.svg new file mode 100644 index 000000000..51de88dc6 --- /dev/null +++ b/app/assets/images/payment_icons/paysquad.svg @@ -0,0 +1 @@ +Paysquad \ No newline at end of file diff --git a/app/assets/images/payment_icons/pointspay.svg b/app/assets/images/payment_icons/pointspay.svg new file mode 100644 index 000000000..cb68e312a --- /dev/null +++ b/app/assets/images/payment_icons/pointspay.svg @@ -0,0 +1 @@ +Pointspay diff --git a/app/assets/images/payment_icons/powerpay.svg b/app/assets/images/payment_icons/powerpay.svg new file mode 100644 index 000000000..8f5a35848 --- /dev/null +++ b/app/assets/images/payment_icons/powerpay.svg @@ -0,0 +1 @@ + Powerpay \ No newline at end of file diff --git a/app/assets/images/payment_icons/rabobank.svg b/app/assets/images/payment_icons/rabobank.svg new file mode 100644 index 000000000..fa0ecf526 --- /dev/null +++ b/app/assets/images/payment_icons/rabobank.svg @@ -0,0 +1 @@ +Rabobank \ 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 @@ +Riverty \ No newline at end of file diff --git a/app/assets/images/payment_icons/rivertypaynlversion.svg b/app/assets/images/payment_icons/rivertypaynlversion.svg index 3bc239bf1..3c684f3e1 100644 --- a/app/assets/images/payment_icons/rivertypaynlversion.svg +++ b/app/assets/images/payment_icons/rivertypaynlversion.svg @@ -1 +1 @@ -Riverty (PAY. version) +Riverty (PAY. version) \ No newline at end of file diff --git a/app/assets/images/payment_icons/satispay.svg b/app/assets/images/payment_icons/satispay.svg index e46aeb074..196cffabf 100644 --- a/app/assets/images/payment_icons/satispay.svg +++ b/app/assets/images/payment_icons/satispay.svg @@ -1 +1 @@ -Satispay \ No newline at end of file +Satispay \ No newline at end of file diff --git a/app/assets/images/payment_icons/societegenerale.svg b/app/assets/images/payment_icons/societegenerale.svg new file mode 100644 index 000000000..2211c8283 --- /dev/null +++ b/app/assets/images/payment_icons/societegenerale.svg @@ -0,0 +1 @@ +Societe Generale \ No newline at end of file diff --git a/app/assets/images/payment_icons/solanapayhelio.svg b/app/assets/images/payment_icons/solanapayhelio.svg new file mode 100644 index 000000000..f37419c5e --- /dev/null +++ b/app/assets/images/payment_icons/solanapayhelio.svg @@ -0,0 +1 @@ +Solana Pay diff --git a/app/assets/images/payment_icons/sparkasse.svg b/app/assets/images/payment_icons/sparkasse.svg new file mode 100644 index 000000000..8547da1f2 --- /dev/null +++ b/app/assets/images/payment_icons/sparkasse.svg @@ -0,0 +1 @@ +Sparkasse \ No newline at end of file diff --git a/app/assets/images/payment_icons/stripe.svg b/app/assets/images/payment_icons/stripe.svg new file mode 100644 index 000000000..0ac6e2dbd --- /dev/null +++ b/app/assets/images/payment_icons/stripe.svg @@ -0,0 +1 @@ +Stripe \ 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 @@ +VentiPay \ No newline at end of file diff --git a/app/assets/images/payment_icons/venusplcc.svg b/app/assets/images/payment_icons/venusplcc.svg new file mode 100644 index 000000000..825eef321 --- /dev/null +++ b/app/assets/images/payment_icons/venusplcc.svg @@ -0,0 +1 @@ +Venus Credit Card \ No newline at end of file diff --git a/app/assets/images/payment_icons/vipps.svg b/app/assets/images/payment_icons/vipps.svg index 3054eedcc..f13ee8aac 100644 --- a/app/assets/images/payment_icons/vipps.svg +++ b/app/assets/images/payment_icons/vipps.svg @@ -1 +1 @@ -Vipps +Vipps \ No newline at end of file diff --git a/app/assets/images/payment_icons/volksbank.svg b/app/assets/images/payment_icons/volksbank.svg new file mode 100644 index 000000000..7db0079b0 --- /dev/null +++ b/app/assets/images/payment_icons/volksbank.svg @@ -0,0 +1 @@ +Volksbank \ No newline at end of file diff --git a/app/assets/images/payment_icons/volt.svg b/app/assets/images/payment_icons/volt.svg new file mode 100644 index 000000000..a54c626d9 --- /dev/null +++ b/app/assets/images/payment_icons/volt.svg @@ -0,0 +1 @@ +Volt \ No newline at end of file diff --git a/app/assets/images/payment_icons/whishcheckout.svg b/app/assets/images/payment_icons/whishcheckout.svg new file mode 100644 index 000000000..0f76aff8e --- /dev/null +++ b/app/assets/images/payment_icons/whishcheckout.svg @@ -0,0 +1 @@ +Whish Checkout \ 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 @@ +World Chain diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg new file mode 100644 index 000000000..5d29f62eb --- /dev/null +++ b/app/assets/images/payment_icons/yape.svg @@ -0,0 +1 @@ +Yape \ No newline at end of file diff --git a/app/assets/images/payment_icons/zustaina.svg b/app/assets/images/payment_icons/zustaina.svg new file mode 100644 index 000000000..a6fcd6464 --- /dev/null +++ b/app/assets/images/payment_icons/zustaina.svg @@ -0,0 +1 @@ +Zustaina \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 31a584756..bdc630d5e 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -90,6 +90,10 @@ name: solanapay label: Solana Pay group: cryptocurrencies +- + name: solanapayhelio + label: Solana Pay + group: cryptocurrencies - name: bnbchain label: BNB Chain @@ -126,6 +130,10 @@ name: base label: Base group: cryptocurrencies +- + name: worldchain + label: World Chain + group: cryptocurrencies - name: busd label: Binance USD @@ -238,6 +246,22 @@ name: mobicred label: mobicred group: other +- + name: stripe + label: Stripe + group: other +- + name: adyen + label: Adyen + group: other +- + name: braintree + label: Braintree + group: other +- + name: authorizenet + label: Authorize Net + group: other - name: payd label: payD @@ -2214,6 +2238,58 @@ name: bancomat label: Bancomat group: other +- + name: abn + label: ABN + group: bank_transfers +- + name: barclays + label: Barclays + group: bank_transfers +- + name: bnp + label: BNP + group: bank_transfers +- + name: creditagricole + label: Credit Agricole + group: bank_transfers +- + name: erste + label: Erste + group: bank_transfers +- + name: lloyds + label: Lloyds + group: bank_transfers +- + name: natwest + label: Natwest + group: bank_transfers +- + name: rabobank + label: Rabobank + group: bank_transfers +- + name: societegenerale + label: Societe Generale + group: bank_transfers +- + name: sparkasse + label: Sparkasse + group: bank_transfers +- + name: volksbank + label: Volksbank + group: bank_transfers +- + name: volt + label: Volt + group: bank_transfers +- + name: monzo + label: Monzo + group: bank_transfers - name: favepay label: FavePay @@ -2310,10 +2386,98 @@ name: cembrapay label: CembraPay group: other +- + name: zustaina + label: Zustaina + group: other +- + name: payright + label: Payright + group: other - name: bancoazteca label: Banco Azteca group: wallets +- + name: payitmonthly + label: PayItMonthly + group: other +- + name: pointspay + label: Pointspay + group: other +- + name: flyingblueplus + label: Flying Blue+ + group: other +- + name: onlinebanktransfer + label: Online Banktransfer + group: bank_transfers +- + name: venusplcc + label: Venus Credit Card + group: credit_cards +- + name: paysquad + label: Paysquad + group: other +- + name: efecty + label: Efecty + group: other +- + name: nequi + label: Nequi + group: wallets +- + name: yape + label: Yape + group: wallets +- + 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 +- + name: whishcheckout + label: Whish Checkout + group: wallets +- + name: kcpcreditcard + label: KCP Credit Card + group: credit_cards +- + name: powerpay + label: Powerpay + group: other +- + name: payafterdeliveryinstalments + label: Pay After Delivery Installments + group: other - name: khqr label: Khqr diff --git a/gemfiles/rails-6-0.gemfile b/gemfiles/rails-7-0.gemfile similarity index 77% rename from gemfiles/rails-6-0.gemfile rename to gemfiles/rails-7-0.gemfile index 46cce4858..f9c0666d4 100644 --- a/gemfiles/rails-6-0.gemfile +++ b/gemfiles/rails-7-0.gemfile @@ -2,5 +2,5 @@ source "https://rubygems.org" gemspec path: '..' -gem 'rails', '~> 6.0.0' +gem 'rails', '~> 7.0.0' gem 'frozen_record', '~> 0.18.0' diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 517b9484b..c8b816ea1 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.43" + VERSION = "1.7.49" end