Fix type of property cryptoCode (#3088)

This commit is contained in:
Andreas Tasch 2021-11-15 05:15:48 +01:00 committed by GitHub
parent 40dff0381b
commit c5dc7475a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
"description": "Whether the payment method is enabled"
},
"cryptoCode": {
"type": "boolean",
"type": "string",
"description": "The currency code of the payment method"
},
"data": {