{
    "sellops": {
        "upsell": {
            "interstitial": {
                "timerLabel": "This offer expires in",
                "flash": {
                    "accepted": "Great! Your upsell has been added to your order.",
                    "expired": "This offer has expired."
                }
            },
            "accept": {
                "error": {
                    "invalidRequest":         "Invalid request parameters.",
                    "securityToken":          "Security token missing or invalid. Please reload the page and try again.",
                    "offerExpired":           "This offer has expired.",
                    "notLoggedIn":            "Not logged in.",
                    "orderNotFound":          "Order not found.",
                    "productNotAllowed":      "Selected product is not part of the offered upsell. Please reload the page and try again.",
                    "alreadyAccepted":        "This offer has already been accepted.",
                    "notPayPalOrder":         "This order was not paid via PayPal — cannot use one-click PayPal charge for the upsell.",
                    "noSavedPaymentMethod":   "No saved payment method found. Please add the product to your cart manually.",
                    "productUnavailable":     "Product not available.",
                    "generic":                "An error occurred.",
                    "networkError":           "Network error. Please try again.",
                    "somethingWentWrong":     "Something went wrong. Please try again.",
                    "paypalUnavailable":      "PayPal integration is not available. Please contact support.",
                    "paymentCreationFailed":  "Payment creation failed. Please try again.",
                    "paymentCaptureFailed":   "Payment capture failed. Please try again.",
                    "paymentCaptureIncomplete":"Payment capture incomplete.",
                    "paymentNotCompleted":    "Payment was not completed by PayPal. Please try again or contact support.",
                    "paymentInitFailed":      "Payment initialisation failed. Please try again.",
                    "orderCreationAfterCharge":"Order creation failed. Payment was charged — please contact support with reference:",
                    "orderCreationFailed":    "Order creation failed. Please try again.",
                    "recordFailure":          "Could not record the upsell attempt. Please try again."
                }
            }
        }
    }
}
