payrex-ruby 1.1.0 → 1.2.0

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: 8a8b57aa6a3d5a7920de9caffda7ee930334ae2d5f2c2570312c21c6719afd0a
4
- data.tar.gz: 235b97aa3b3cf62d45f599d1fcce73c56bdf9e8055c3573874edb3a1dca1ba9e
3
+ metadata.gz: cdad82ad4373f8a393fbb55b989a15249c6f57b3a349272bb3826d80ab3d0d68
4
+ data.tar.gz: e9a6571574f6b5af592a5c80159fa823258f3e813365dbbe8f748a4c94b9451c
5
5
  SHA512:
6
- metadata.gz: 697a904549ec2db1cd0db509ce662858cecde4caa92f37676da6fa8f0e2d5ab884c1b7a3047412ba8562a8951e1e4c2f095cc64a5185998fcbcc889ec1abc8c3
7
- data.tar.gz: c7cc2faf27059e148c996c958c046ae6ef1bbdea9cdba9e218241eec8eef9893bfae526f55cbd9e42f966dab23a23c73c53e6d223a4b1da5548799e58c28c4a0
6
+ metadata.gz: b4a7f0870ec256e884e803bf9f49d1182d8aad7dffc14f1e58ba40fc2779165090fd1d731429fb35c7ee74972dac9a609bd6bf425f3245de79fdb412a97ea240
7
+ data.tar.gz: e9e79a46e8f911a7de42767e1d824ade28a2b4e1616ffdceafa6b81757f8fddb39da616be8b9ba3631c14c0916445fe4940c5ccbdd87d3d3b3209d551d60d7ff
@@ -3,6 +3,7 @@ module Payrex
3
3
  class BillingStatement
4
4
  attr_reader :id,
5
5
  :amount,
6
+ :billing_details_collection,
6
7
  :currency,
7
8
  :customer_id,
8
9
  :description,
@@ -26,6 +27,7 @@ module Payrex
26
27
 
27
28
  @id = data["id"]
28
29
  @amount = data["amount"]
30
+ @billing_details_collection = data["billing_details_collection"]
29
31
  @currency = data["currency"]
30
32
  @customer_id = data["customer_id"]
31
33
  @description = data["description"]
@@ -2,6 +2,7 @@ module Payrex
2
2
  module Entities
3
3
  class CheckoutSession
4
4
  attr_reader :id,
5
+ :billing_details_collection,
5
6
  :customer_reference_id,
6
7
  :client_secret,
7
8
  :status,
@@ -24,6 +25,7 @@ module Payrex
24
25
  data = api_resource.data
25
26
 
26
27
  @id = data["id"]
28
+ @billing_details_collection = data["billing_details_collection"]
27
29
  @customer_reference_id = data["customer_reference_id"]
28
30
  @client_secret = data["client_secret"]
29
31
  @status = data["status"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payrex-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PayRex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: PayRex Ruby Library
14
14
  email: support@payrexhq.com
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 3.4.12
69
+ rubygems_version: 3.5.9
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: PayRex Ruby