/* Minification failed. Returning unminified contents.
(1,10): run-time error CSS1031: Expected selector, found 'startPay('
(1,10): run-time error CSS1025: Expected comma or open brace, found 'startPay('
 */
function startPay(contryId, phoneCode, companyId) {
    document.location.href = '/payment/start?CountryCode=' + contryId + '&CountryPhoneCodeDefault=' + phoneCode + '&SPCompanyIdDefault=' + companyId
    return false;
}
