expressCart/config/payment/schema/payway.json

19 lines
351 B
JSON

{
"properties": {
"apiKey": {
"type": "string"
},
"publishableApiKey": {
"type": "string"
},
"merchantId": {
"type": "string"
}
},
"required": [
"apiKey",
"publishableApiKey",
"merchantId"
],
"additionalProperties": false
}