stigg-api-client 2.415.0 → 2.416.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: 956392c8714d8073362ef859958b3c39becbaecaeebb2efe549f9d9fbbde9ba4
4
- data.tar.gz: f81015cf45a249b3cc8ee659bd5753d2bd51c396b9b435fd45be75d8a29ca592
3
+ metadata.gz: 73c55b188d5c0f3dff04e1aafddc63dc03c9db2850bf8e78368940c127bee531
4
+ data.tar.gz: a8796182856665237b255ee967a0f5fb57a34a8b642353e00b3268351c449df8
5
5
  SHA512:
6
- metadata.gz: 213c2d36e5f6691a59e27727f8b081fd8370f75eec581a64eba2128c706614dc8b5b72ec8ee31947894f383cd9b97f06a86f37b21d79b8b8775e5f87b547174d
7
- data.tar.gz: ec19e6546ea7d9b8e496dc6bb6798abc7b933fabe4156442dc43feb02a123da18f11386e5e12818847bda684adb23903c0840bb8f83a8b60cede8125752122a5
6
+ metadata.gz: a6477d549bbd314ca25caa0073423c393ab0ffb67295c4d5fb6347243fe74de26fa81d09e0f3b1b925eb5d30caadad6b6edccb6cf7165674437ab906b9bd1b7c
7
+ data.tar.gz: 2c2333bc94980292ae8a1909cf90f25fd88577482e4d6119d8716c64b4f13e41342abf9ae9c5474e3368a5878863debdebf9f18f8efc1981d31c9dac2cbfeca2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.415.0)
4
+ stigg-api-client (2.416.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -87092,6 +87092,18 @@
87092
87092
  "isDeprecated": false,
87093
87093
  "deprecationReason": null
87094
87094
  },
87095
+ {
87096
+ "name": "paymentGatewayId",
87097
+ "description": "The ID of the payment gateway to use",
87098
+ "args": [],
87099
+ "type": {
87100
+ "kind": "SCALAR",
87101
+ "name": "String",
87102
+ "ofType": null
87103
+ },
87104
+ "isDeprecated": false,
87105
+ "deprecationReason": null
87106
+ },
87095
87107
  {
87096
87108
  "name": "paymentPageId",
87097
87109
  "description": "The ID of the payment page to use",
@@ -87200,6 +87212,18 @@
87200
87212
  "isDeprecated": false,
87201
87213
  "deprecationReason": null
87202
87214
  },
87215
+ {
87216
+ "name": "paymentGatewayId",
87217
+ "description": "The ID of the payment gateway to use",
87218
+ "type": {
87219
+ "kind": "SCALAR",
87220
+ "name": "String",
87221
+ "ofType": null
87222
+ },
87223
+ "defaultValue": null,
87224
+ "isDeprecated": false,
87225
+ "deprecationReason": null
87226
+ },
87203
87227
  {
87204
87228
  "name": "paymentPageId",
87205
87229
  "description": "The ID of the payment page to use",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.415.0"
4
+ VERSION = "2.416.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.415.0
4
+ version: 2.416.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg