stigg-api-client 2.303.1 → 2.303.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: 8055ab274d31f74c725e127b319f80c00b90b9624bd99ac80a01aee8337c20c5
4
- data.tar.gz: 94c81b104b3f3dd5605d45403accc54033cfa9a476f36410a52153c2705d27cb
3
+ metadata.gz: af4b623673e72731ce146de45f20cf5a3833507b7f346172eb013d8ae6050b97
4
+ data.tar.gz: c750b5df3252f526f5fb42a9b2f0c1b408c916e5ddb3c767716e764c4c65206e
5
5
  SHA512:
6
- metadata.gz: baad08a09d56e2c7f6630ed7b6ca8a253be099e3128c6ad3164c714076eb1b6482b0cdb2d2d1862ccb90ea7e98a108a36e671b20460118185e80fe05cc6e067e
7
- data.tar.gz: 9e8fcac7594a79770529396b634107ed953b26d610d7280e1c3642a860083abceef85b1b9701c6650185a93a67bae3363eb10226d52e6c377dd0ed11d0973d08
6
+ metadata.gz: f2be9d503c4719daa3afe0fa2473665d624726785ce9807c97aa84627ccecd99d220a644a2fecc222eb996179ef94786f0e01f22a10d1628c71c463fab96a168
7
+ data.tar.gz: 176619f5dc5785f48517e9ccbaaad69b8f071ae30c4aac63fa58753161c177291547ee88e67e39456608e58d0dedeeb74b57647451d26777ab36f92a67077ac9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.303.1)
4
+ stigg-api-client (2.303.3)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -54907,6 +54907,22 @@
54907
54907
  "name": "PreparedPaymentMethodForm",
54908
54908
  "description": null,
54909
54909
  "fields": [
54910
+ {
54911
+ "name": "integrationId",
54912
+ "description": "The integration id of the payment method",
54913
+ "args": [],
54914
+ "type": {
54915
+ "kind": "NON_NULL",
54916
+ "name": null,
54917
+ "ofType": {
54918
+ "kind": "SCALAR",
54919
+ "name": "String",
54920
+ "ofType": null
54921
+ }
54922
+ },
54923
+ "isDeprecated": false,
54924
+ "deprecationReason": null
54925
+ },
54910
54926
  {
54911
54927
  "name": "paymentMethodForm",
54912
54928
  "description": null,
@@ -85728,7 +85744,7 @@
85728
85744
  },
85729
85745
  {
85730
85746
  "name": "paymentPageId",
85731
- "description": null,
85747
+ "description": "The ID of the payment page to use",
85732
85748
  "type": {
85733
85749
  "kind": "SCALAR",
85734
85750
  "name": "String",
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.303.1"
4
+ VERSION = "2.303.3"
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.303.1
4
+ version: 2.303.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg