You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
get this error : Error: json: cannot unmarshal number into Go struct field POSTAdyenGateways201ResponseDataAttributes.data.attributes.api_version of type string:
while creating a new adyen_gateway resource. I try with the example found in /resources/commercelayer_adyen_gateway/resource.tf
"attributes": {
"type": "object",
"properties": {
"api_version": {
"type": "integer",
"description": "The checkout API version, supported range is from 66 to 71, default is 71.",
"example": 71,
"nullable": true
},
Hi,
get this error :
Error: json: cannot unmarshal number into Go struct field POSTAdyenGateways201ResponseDataAttributes.data.attributes.api_version of type string:
while creating a new adyen_gateway resource. I try with the example found in /resources/commercelayer_adyen_gateway/resource.tf
in the https://data.commercelayer.app/schemas/openapi-no-ref.json
we have
and in the commercelayer provider we have :
Could it be linked ?
[edit]
the adyen_gateway resource is anyway created but the whole process stops and the next resources are not created...
The text was updated successfully, but these errors were encountered: