solidgate-ruby-sdk 0.1.14 → 0.1.15

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: d423d0cbeef1718913f59ff786575342486d81d6eb73cfb3f5da06c475221f4a
4
- data.tar.gz: c3768b1d3340a88db3c6496a25c5f37a7736fc6dd22ffbc57bf0f661c2b529a7
3
+ metadata.gz: cdb8056508566ffede8a7f3622c00fb9ff050c1519ec926a65f310f9c57e347a
4
+ data.tar.gz: 2d365a19427019a3598ea6a8cf26410f902cfbf790017ecda3d15d2e59b4f0e2
5
5
  SHA512:
6
- metadata.gz: ca06ec82f66d554752912b12b30125dfcdf8fab9ee83260adc3ab2149c5b135ec8c0a0ae03e8f7f1e7285a67ea66e63fd1fb9f7b42ca4577d32483d98e9c050d
7
- data.tar.gz: 84852a85d4426c447fa50c8aeb33c4aa7afc1b3e31b6419d67c806d0d64fc522417e18bb2dab1963e894200906ab5d90f75f36a9999c2df15d76a0d4be220d62
6
+ metadata.gz: aeb68442f650ddfdec709f3f339f4036beaeac3423333fa765b9d8b31e8f4a8b8adad33b5f6d3da3b48fd98f75e8704949ef4298d423a9282c5332e6d53a3f25
7
+ data.tar.gz: 764ef9269cd48b6137d752b51a484efc2f28edc3b579b1d21eb88e6d0423b5a8eb0b846ba013567d546aba4a2b7f4075bb968c8d36cf204abfcbb4851eadbdcf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solidgate-ruby-sdk (0.1.14)
4
+ solidgate-ruby-sdk (0.1.15)
5
5
  faraday
6
6
  faraday-multipart
7
7
 
@@ -391,6 +391,10 @@ module Solidgate
391
391
  post('/api/v1/recurring', body: params, base_url: "https://pay.solidgate.com")
392
392
  end
393
393
 
394
+ def make_apm_recurring(params)
395
+ post('/api/v1/recurring', body: params, base_url: "https://gate.solidgate.com")
396
+ end
397
+
394
398
  private
395
399
 
396
400
  # Builds a Configuration object from the provided options.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Solidgate
4
- VERSION = "0.1.14"
4
+ VERSION = "0.1.15"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidgate-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hector Carrillo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-17 00:00:00.000000000 Z
11
+ date: 2026-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday