{
  "formatVersion": 1,
  "type": "rule",
  "app": "pay-reorder",
  "exportedAt": "2026-08-03T00:00:00.000Z",
  "rule": {
    "name": "Hide Shopify Payments for specific countries",
    "methodType": "payment",
    "action": "hide",
    "methods": [
      {
        "name": "Shopify Payments",
        "code": "Shopify Payments"
      }
    ],
    "conditions": [
      {
        "type": "shipping_country",
        "operator": "in",
        "values": []
      }
    ],
    "matchType": "all",
    "tier": "general",
    "hideAll": false
  }
}
