{
    "name": "PaypalGateway",
    "alias": "paypalgateway",
    "description": "PayPal payment gateway integration for subscriptions.",
    "keywords": ["paypal", "payment", "subscription"],
    "priority": 200,
    "type": "payment_gateway",
    "category": "payment_gateway",
    "providers": [
    "Modules\\PaypalGateway\\Providers\\PaypalGatewayServiceProvider"
    ],
    "files": [],
    "admin_menu": {
        "title": "PayPal Settings",
        "route_name": "admin.paypalgateway.settings.edit",
        "icon_svg_path": "M12 2c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5S9.239 2 12 2zm0 11c-3.866 0-7 1.79-7 4v3h14v-3c0-2.21-3.134-4-7-4z"
    },
    "settings": [
        {"key": "paypalgateway_enabled", "name": "Enable PayPal Gateway", "type": "checkbox", "group": "Payment Gateways", "value": "0"},
        {"key": "paypal_mode", "name": "PayPal Mode (sandbox/live)", "type": "select", "options": {"sandbox":"Sandbox", "live":"Live"}, "group": "Payment Gateways", "value": "sandbox"},
        {"key": "paypal_client_id", "name": "PayPal Client ID", "type": "text", "group": "Payment Gateways"},
        {"key": "paypal_client_secret", "name": "PayPal Client Secret", "type": "password", "group": "Payment Gateways"},
        {"key": "paypal_webhook_id", "name": "PayPal Webhook ID", "type": "text", "group": "Payment Gateways"}
    ]
}
