/**
 * Plugin Name: paymentPage
 * Description: Улучшение страницы оплаты GetCourse
 * Author: RE-CODE AGENCY
 * Author URL: https://t.me/recode_agency
 */

(() => {
  const intervalId = setInterval(() => {
    if (window?.recode?.paymentPage) {
      clearInterval(intervalId);
      window.recode.paymentPage.init({
        css: ['/pl/layout/79871/2/styles.css'],
        js: ['/pl/layout/79871/3/scripts.js'],
        documents: {
          offer: '/Offer_ANO_DPO_info',
          privacy: '/privacy_policy_ANO',
        },
        contactUs: {
          whatsapp: '+79843330640',
          telegram: 'Getfit_Nikolay_Panasyuk',
        },
        partialPay: {
          variant: 'compact',
        },
        projectName: {
          logo: 'https://fs.getcourse.ru/fileservice/file/download/a/42212/sc/5/h/8b9824c90e27a1f54531ac4276306e65.svg',
          text: '',
        },
        userInfo: {
          shouldExpand: true,
        },
      });
    }
  }, 100);
})();