Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Для установки платежного виджета необходимо в коде страницы сайта внутри тега <head>...</head> разместить скрипт подключения(https://intellectmoney.ru/common/MerchantWidget/IntellectMoneyMerchantWidget.js).

Пример:

Code Block
<html>
   <head>
      <script src="https://intellectmoney.ru/common/MerchantWidget/IntellectMoneyMerchantWidget.js">
   </head>
   <body>
	...
   </body>
</html>

...