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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cde218d7699681e3ca1686627494c10f7ba74c68c05cd7ed712e26454592c043
|
4
|
+
data.tar.gz: 7e956a2740e2ad931ce6243b6a2dba8d4345f8e7a67fa214e394c3f401a64c54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e780d1ab73b6947a1922f0d5b070f907e3629bb87284879b6a716597107faa4c923b90af18c6d5796c1f89f879c8e561ce0578f1f5350ca0d63f117ff654154
|
7
|
+
data.tar.gz: 884a713f6ed9782940e1ab45aab1ed2a68a406a02ca8db8b81659c3fedc420c637912def17fff3c593143bf0a24a602e206f6b0cae1207ff430825164894cf81
|
@@ -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>
|
data/lib/spree_stripe/version.rb
CHANGED
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.
|
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
|