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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +17 -1
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af4b623673e72731ce146de45f20cf5a3833507b7f346172eb013d8ae6050b97
|
4
|
+
data.tar.gz: c750b5df3252f526f5fb42a9b2f0c1b408c916e5ddb3c767716e764c4c65206e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2be9d503c4719daa3afe0fa2473665d624726785ce9807c97aa84627ccecd99d220a644a2fecc222eb996179ef94786f0e01f22a10d1628c71c463fab96a168
|
7
|
+
data.tar.gz: 176619f5dc5785f48517e9ccbaaad69b8f071ae30c4aac63fa58753161c177291547ee88e67e39456608e58d0dedeeb74b57647451d26777ab36f92a67077ac9
|
data/Gemfile.lock
CHANGED
@@ -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":
|
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