solidus_bling 4.0.0 → 4.0.1

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: 7efd0c005698628f0d0471a083c711277abd72af98f17aaf9e83ffcea7691890
4
- data.tar.gz: 25aed12e345d68a9815f58a3eed202166c919892e3e6a6e32900bf929e628461
3
+ metadata.gz: fddb81e79337c486bf3524386936870231ab339ce311421f049cbd67f684606e
4
+ data.tar.gz: '06109090246a5ff4efa114e5c2b66b626af0c05a30dbb51df5537537dc897325'
5
5
  SHA512:
6
- metadata.gz: da4d6eec527a7fe1e41910611d2ce3c2ae4334e7cbcbc6aa9777bf9d33d9bebae2de5de8048c8a5b904caf13a6fe0894b223cc62d3b592469bc0f3a2a7dcb51c
7
- data.tar.gz: 0f30f0daf84d487e3a5fc9001a6b94a230f83ca7352d2e0f73c9ab6c97b0fb28760903571ead67049543c0d68594143770325b766d9ae2952074aa9d1022b131
6
+ metadata.gz: e3f6716ac4d1e093996ebeedd106117baffc154a0dbec8bc0cfb0ad903b1fe10fad8b93abc5d1b2781891870cb7ba5d3a38bc9a9a9d91a507aaabef242810c30
7
+ data.tar.gz: b06550c164e7f2c94d0de55793a523dea48b877031426f4ba19183681cddb28ce4b97afa99ff40be69b64f1e4c9a14c38bdd1b56c0bf4e269cee5eaaa5b32f38
@@ -1,10 +1,10 @@
1
1
  <div class="field">
2
2
  <div style="display: flex; align-items: center; margin-bottom: 6px">
3
3
  <label style="margin-right: 5px; margin-bottom: 0" for="bling_url">URL de autorização</label>
4
- <a target="_blank" href="https://www.bling.com.br/Api/v3/oauth/authorize?response_type=code&client_id=<%= bling_account.client_id %>&state=<%= bling_account.state %>&scopes=98308+98309+98310+98313+98314+507943+5990556+6631498+106168710+182224097+199272829+200802821+220621674+318257556+318257565+318257568+318257570+318257583+333936575+363921589+363921590+363921591+363921592+363953167+363953556+791588404+875116881+1869535257+5862218180+13645012997+13645013013">
4
+ <a target="_blank" href="https://api.bling.com.br/Api/v3/oauth/authorize?response_type=code&client_id=<%= bling_account.client_id %>&state=<%= bling_account.state %>&scopes=98308+98309+98310+98313+98314+507943+5990556+6631498+106168710+182224097+199272829+200802821+220621674+318257556+318257565+318257568+318257570+318257583+333936575+363921589+363921590+363921591+363921592+363953167+363953556+791588404+875116881+1869535257+5862218180+13645012997+13645013013">
5
5
  <svg style="width: 18px; height: 18px; color: black" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
6
6
  <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"></path></svg>
7
7
  </a>
8
8
  </div>
9
- <input id="bling_url" class="fullwidth" value="https://www.bling.com.br/Api/v3/oauth/authorize?response_type=code&client_id=<%= bling_account.client_id %>&state=<%= bling_account.state %>&scopes=98308+98309+98310+98313+98314+507943+5990556+6631498+106168710+182224097+199272829+200802821+220621674+318257556+318257565+318257568+318257570+318257583+333936575+363921589+363921590+363921591+363921592+363953167+363953556+791588404+875116881+1869535257+5862218180+13645012997+13645013013">
10
- </div>
9
+ <input id="bling_url" class="fullwidth" value="https://api.bling.com.br/Api/v3/oauth/authorize?response_type=code&client_id=<%= bling_account.client_id %>&state=<%= bling_account.state %>&scopes=98308+98309+98310+98313+98314+507943+5990556+6631498+106168710+182224097+199272829+200802821+220621674+318257556+318257565+318257568+318257570+318257583+333936575+363921589+363921590+363921591+363921592+363953167+363953556+791588404+875116881+1869535257+5862218180+13645012997+13645013013">
10
+ </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusBling
4
- VERSION = "4.0.0"
4
+ VERSION = "4.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_bling
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todas Essas Coisas
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.6.9
111
+ rubygems_version: 3.6.7
112
112
  specification_version: 4
113
113
  summary: Solidus extension to integrate with the Bling
114
114
  test_files: []