expressCart/config/payment/schema/payway.json

19 lines
351 B
JSON
Raw Normal View History

2020-03-21 13:33:20 +10:00
{
"properties": {
"apiKey": {
"type": "string"
},
"publishableApiKey": {
"type": "string"
},
"merchantId": {
"type": "string"
}
},
"required": [
"apiKey",
"publishableApiKey",
"merchantId"
],
"additionalProperties": false
}