spree_stripe 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a540c933bff10c811a20b24b6a5505e88909ca2ab850f79d8a9379bfba38cf8d
4
- data.tar.gz: 9200f901dc465383b6b514e8296181be8c99d435159bba8a3f87af170c17e897
3
+ metadata.gz: cde218d7699681e3ca1686627494c10f7ba74c68c05cd7ed712e26454592c043
4
+ data.tar.gz: 7e956a2740e2ad931ce6243b6a2dba8d4345f8e7a67fa214e394c3f401a64c54
5
5
  SHA512:
6
- metadata.gz: 94184ca73d24e1d467f595ed674ccc7f03e888ce64021d72d1bb2c22454fe010bb0ac8f57451d2e43e7d1ecca956d73398c9e14d3a77b0638203eb5ef34005b6
7
- data.tar.gz: 0357bcb45f3ff71cdb950cae6180a19a08f658b7084c15bb92c777a477d7b0fe1e264b8c259729b7d48dc3109c3c26695e92aa2b137c5636288e2573a5cee9fa
6
+ metadata.gz: 7e780d1ab73b6947a1922f0d5b070f907e3629bb87284879b6a716597107faa4c923b90af18c6d5796c1f89f879c8e561ce0578f1f5350ca0d63f117ff654154
7
+ data.tar.gz: 884a713f6ed9782940e1ab45aab1ed2a68a406a02ca8db8b81659c3fedc420c637912def17fff3c593143bf0a24a602e206f6b0cae1207ff430825164894cf81
@@ -1,3 +1,4 @@
1
+ //= link_tree ../images
1
2
  //= link spree_stripe/application.js
2
3
  //= link_tree ../../javascript/spree_stripe/controllers .js
3
4
  //= link_tree ../../../vendor/javascript .js
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" height="32" width="32"><g clip-path="url(#a)"><path fill="#33DDB3" d="M0 0h32v32H0z"/><path d="M7.978 10.172a1.023 1.023 0 1 1 1.136 1.7 1.023 1.023 0 0 1-1.136-1.7ZM4 10.109h1.829v11.063H4V10.109Zm24.725 3.165a26.691 26.691 0 0 1-2.234 3.895L29 21.166h-2.16L25.298 18.7c-1.55 1.766-3.084 2.63-4.563 2.63-1.802 0-2.539-1.288-2.539-2.754 0-.349.005-.778.005-1.047 0-1.932-.204-2.476-.856-2.392-1.253.168-3.156 3.022-4.395 6.03h-1.72v-7.893h1.828v3.949c1.043-1.76 1.997-3.268 3.535-3.85.895-.34 1.647-.191 2.04-.018 1.417.625 1.415 2.151 1.396 4.197-.005.27-.005.56-.005.869 0 .741.205 1.067.71 1.117.3.026.602-.041.864-.191v-9.238h1.828v7.917s1.585-1.45 3.261-4.752h2.038Zm-19.265.004H7.633v7.895h1.829v-7.895H9.46Z" fill="#1D3944"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
@@ -1,5 +1,5 @@
1
1
  module SpreeStripe
2
- VERSION = '1.2.1'.freeze
2
+ VERSION = '1.2.2'.freeze
3
3
 
4
4
  def gem_version
5
5
  Gem::Version.new(VERSION)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vendo Connect Inc.
@@ -188,6 +188,7 @@ files:
188
188
  - README.md
189
189
  - Rakefile
190
190
  - app/assets/config/spree_stripe_manifest.js
191
+ - app/assets/images/payment_icons/link.svg
191
192
  - app/controllers/spree/api/v2/storefront/stripe/base_controller.rb
192
193
  - app/controllers/spree/api/v2/storefront/stripe/payment_intents_controller.rb
193
194
  - app/controllers/spree/api/v2/storefront/stripe/setup_intents_controller.rb