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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +24 -0
- 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: 73c55b188d5c0f3dff04e1aafddc63dc03c9db2850bf8e78368940c127bee531
|
4
|
+
data.tar.gz: a8796182856665237b255ee967a0f5fb57a34a8b642353e00b3268351c449df8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6477d549bbd314ca25caa0073423c393ab0ffb67295c4d5fb6347243fe74de26fa81d09e0f3b1b925eb5d30caadad6b6edccb6cf7165674437ab906b9bd1b7c
|
7
|
+
data.tar.gz: 2c2333bc94980292ae8a1909cf90f25fd88577482e4d6119d8716c64b4f13e41342abf9ae9c5474e3368a5878863debdebf9f18f8efc1981d31c9dac2cbfeca2
|
data/Gemfile.lock
CHANGED
@@ -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