tappay_ruby 0.15.2 → 0.15.3

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: 8dba462c40f933f0b7d7ec483acdc702b63704c0efab56a7bac13b00e5e67dc0
4
- data.tar.gz: e2f20d85ab93c4975aea48b538913a1e1e3637f47b26c0fe59c595e204b59c89
3
+ metadata.gz: 25eb0335ebc15cc3892116340911cc3f4cf3e66c3d0864290bee488765bd8b78
4
+ data.tar.gz: 303bdd7c63c782f82a05e8708c7e6795210ea9125c8888cf417e5d0b1def1ad3
5
5
  SHA512:
6
- metadata.gz: b625131496af1f8a28eb03056e26a96a06bd19784064db791a808b4e0c9c85090819f33d6134b82815fd65ee893fdbb66791b3f3ad5273f8a369acce0cb20366
7
- data.tar.gz: c9c78dee6c4bc8de92ad699355234392a2590861be128d41e7b4651ebc56f95d85b5aed34f9c7be29e56e5a7e0267d80c066145a7fec2417517c7962c94b624e
6
+ metadata.gz: d8b7522b914a05d4e15ec16cef8f451a1041ad3bfa2900e527d5a3ed993b506270d35318f4ab4bff5ad90f703cc6c15c07ddd69c42e4027884a61c0d2e268224
7
+ data.tar.gz: 902bd6ebdee3945d4ae1d7219172041601df018d546e863559611d4afaf79c01423fce4f1c0bc4c8c2cf8050f0e4ae286cfb87051fc3d89dd6627445bf6f943c
@@ -3,6 +3,7 @@ require 'json'
3
3
  module Tappay
4
4
  module ApplePay
5
5
  class Pay < PaymentBase
6
+
6
7
  def endpoint_url
7
8
  Tappay::Endpoints::Payment.pay_by_prime_url
8
9
  end
@@ -5,6 +5,7 @@ require 'tappay/payment_base'
5
5
  module Tappay
6
6
  module CreditCard
7
7
  class Instalment < PaymentBase
8
+
8
9
  def self.by_prime(options = {})
9
10
  InstalmentByPrime.new(options)
10
11
  end
@@ -3,8 +3,9 @@ require 'json'
3
3
  module Tappay
4
4
  module GooglePay
5
5
  class Pay < PaymentBase
6
- def initialize(client)
7
- super(client)
6
+
7
+ def endpoint_url
8
+ Tappay::Endpoints::Payment.pay_by_prime_url
8
9
  end
9
10
 
10
11
  private
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tappay
4
- VERSION = "0.15.2"
4
+ VERSION = "0.15.3"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tappay_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zac
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-01-22 00:00:00.000000000 Z
10
+ date: 2025-01-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: httparty