pay-asaas 0.1.1 → 0.1.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: e6fce30ee5fbaee0c63c697c766902af8971425a70c32b03270e227b1eac7085
4
- data.tar.gz: 278b2b442a0ffc52074ccb4a14acc84640b18a3a56cf6409f54731c021415bac
3
+ metadata.gz: f9c0abf056f9632fcf2ae9d5d4e0ac9af92bc7254d1697eae95fa24fd27b4bf2
4
+ data.tar.gz: e230f47f0a38676111d70e4f29481882733d0f24f534dc59424b474a9375fa10
5
5
  SHA512:
6
- metadata.gz: '018adb7590219b99cf4ce86070c66b46c63b511b790c1db44a09b68360c61058f7b0880f5dbb0f7a6cdf6acf60ecab6bfc3c092e9a77b8d0b79526ecdc7335bd'
7
- data.tar.gz: 457704afa98597c321b37a1bc447fc5087157e8df34ae84bbc3433f1629eea1d58adaa7fa5aa5e136ed8e0ecb5681857a1d7798c9f9f9f3727cf98a605a5219e
6
+ metadata.gz: 30cd84ebd3a4414a13bdbf6804f5077f80ec0c927599316dfa9dd97e084f7afb7ee700f963599e70fd70fa9e93f95af1d1bbc9c468c68a3fd2afa9b09baaefae
7
+ data.tar.gz: 5d2d0f029d5a459621b6453cae9de0b8f8badf2720f419a7c601673ffc4c64c471e3f523bddad645242afb23ba6ca1e51ea0e53c82675d839cf68996fecc73f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2025-06-17
4
+
5
+ - Fixes credentials configuration for api key and api url
6
+
3
7
  ## [0.1.1] - 2025-06-13
4
8
 
5
9
  - Fixes payment sync in webhooks
@@ -10,8 +10,8 @@ module Pay::Asaas
10
10
  attr_accessor :api_key, :base_url
11
11
 
12
12
  def initialize
13
- @api_key = ENV["ASAAS_API_KEY"]
14
- @base_url = ENV["ASAAS_API_URL"] || "https://sandbox.asaas.com/api/v3"
13
+ @api_key = Pay::Asaas.api_key
14
+ @base_url = Pay::Asaas.api_url || "https://sandbox.asaas.com/api/v3"
15
15
  end
16
16
 
17
17
  def validate!
@@ -1,5 +1,5 @@
1
1
  module Pay
2
2
  module Asaas
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pay-asaas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PedroAugustoRamalhoDuarte
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-06-13 00:00:00.000000000 Z
10
+ date: 2025-06-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport