payabli 3.0.9 → 3.0.10

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: ad3502f5cf3111c45acbb8d04c9a32c6fc14f55609f079c90c8d2ca69f731a58
4
- data.tar.gz: 40d8407f79b680968de259976c94992a76627d110f4ba53a3c9dff118467077c
3
+ metadata.gz: 5592e568d992b9b084033c2084cdf8fbb9f8dcf6cf741779dffbe0729b1c9756
4
+ data.tar.gz: 5371e7e363edd80deace02b87c77ca2b509b9cb739172159a370237df52c9bf7
5
5
  SHA512:
6
- metadata.gz: 9290d8e53104b1de9c6fce591411ff014e26dbceb885dcb7944d29a3214be2b9e9c772efc36c2c5851df0ec69a6471bf68c6bf10935b46a5dd60245733139e29
7
- data.tar.gz: 7ba662ae69d56a47adfd31406c2ed7adc3b52e35cb791181ae4188cd55e8aa196c2576f54abf983263a8ec7ad510bbcfde3297b708880b041799ea5c1e1602c1
6
+ metadata.gz: b6f5371080ad1ac24f97dbdd649b5eccfe4bbf96e346ff94360734ec1498154863ea0ce54c1afbdbfbd5b59c3c881eb9a3f1c88c6485964d3fe498c4f636d4e9
7
+ data.tar.gz: 28d44e720fa0625f83627bd6d367abf6b1a8ef45e95cf8ec9d3fe7ab08d382f3b0239b0fe35dc30fcd97300d9d12be488a41af51c08a6507b025db7abf8e4007
data/.fern/metadata.json CHANGED
@@ -7,10 +7,10 @@
7
7
  "rubocopVariableNumberStyle": "snake_case",
8
8
  "respectOptionalRequestBody": true
9
9
  },
10
- "originGitCommit": "aa2ca5e48aaac43d3a95cb68a4326a796855ec16",
10
+ "originGitCommit": "2adc358322dabc538c0685e4f8aba68a245a8501",
11
11
  "originGitCommitIsDirty": true,
12
12
  "invokedBy": "ci",
13
- "requestedVersion": "3.0.9",
13
+ "requestedVersion": "3.0.10",
14
14
  "ciProvider": "github",
15
- "sdkVersion": "3.0.9"
15
+ "sdkVersion": "3.0.10"
16
16
  }
@@ -32,7 +32,7 @@ module Payabli
32
32
  @raw_client = Payabli::Internal::Http::RawClient.new(
33
33
  base_url: base_url || Payabli::Environment::SANDBOX,
34
34
  headers: {
35
- "User-Agent" => "payabli/3.0.9",
35
+ "User-Agent" => "payabli/3.0.10",
36
36
  "X-Fern-Language" => "Ruby"
37
37
  },
38
38
  auth_provider: Payabli::Internal::RoutingAuthProvider.new(
@@ -39,7 +39,7 @@ module Payabli
39
39
 
40
40
  field :state, -> { String }, optional: true, nullable: false, api_name: "State"
41
41
 
42
- field :business_summary, -> { String }, optional: false, nullable: true, api_name: "Summary"
42
+ field :business_summary, -> { String }, optional: true, nullable: false, api_name: "Summary"
43
43
 
44
44
  field :summary, -> { Payabli::Types::PaypointSummary }, optional: true, nullable: false
45
45
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Payabli
4
- VERSION = "3.0.9"
4
+ VERSION = "3.0.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payabli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Payabli