﻿function Fail(error) {
    var statusCode = error.get_statusCode();
    if (statusCode == 402) {
        window.location.reload();
    }
}

