Cash payment Integration
Summary
Cash on payment widget not appearingContent
Hi everyone,
When I tried cash on payment the payment gateway widget shows Deprecated. And in the checkout page "Pay by cash" option shows disable. Did anyone faced this before. please comment.
These are the Gateway files I uploaded.
Config.json
{
"configType": "payment",
"titleResourceId": "title",
"descriptionResourceId": "description",
"instances" : [
{
"id": "agent",
"instanceName": "agent",
"labelResourceId": "agentInstanceLabel"
},
{
"id": "preview",
"instanceName": "preview",
"labelResourceId": "previewInstanceLabel"
},
{
"id": "storefront",
"instanceName": "storefront",
"labelResourceId": "storefrontInstanceLabel"
}
],
"properties": [
{
"id": "paymentMethodTypes",
"type": "multiSelectOptionType",
"name": "paymentMethodTypes",
"required": true,
"helpTextResourceId": "paymentMethodsHelpText",
"labelResourceId": "paymentMethodsLabel",
"defaultValue": "cash",
"displayAsCheckboxes": true,
"public": true,
"options": [
{
"id": "cash",
"value": "cash",
"labelResourceId": "cashPayLabel"