/**
 * 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/78352/2/styles.css'],
        js: [],
        contactUs: {
          whatsapp: '+79999999999',
          telegram: 'NiktarioN',
        },
        partialPay: {
          variant: 'default',
        },
        projectName: {
          logo: '/pl/fileservice/user/file/download?h=c3697f54c6c0e15c733ce1e1d10d4278.png',
          text: 'TECH EDUCATION',
        },
        userInfo: {
          shouldExpand: true,
        },
      });
    }
  }, 100);
})();