Advertisement
dkob

test_xml_archive_awaiting_payment_bug

Nov 15th, 2023 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3.  
  4. <!-- 2ая заливка -->
  5. <!-- //1ая объява: active -> archive -->
  6. <!-- //2ая объява: с ошибкой в фиде -->
  7.  
  8. <root>
  9.     <list-item>
  10.         <external_id>3223312</external_id>
  11.         <images/>
  12.         <status>archive</status>
  13.         <rubric>2405</rubric>
  14.         <city>8</city>
  15.         <description>advert1</description>
  16.         <price>50</price>
  17.         <phone_hide>0</phone_hide>
  18.         <negotiable_price>0</negotiable_price>
  19.         <exchange>0</exchange>
  20.         <attrs>
  21.             <area>10</area>
  22.             <condition>10</condition>
  23.             <energy-efficiency>10</energy-efficiency>
  24.         </attrs>
  25.         <geometry/>
  26.         <title>1 _test</title>
  27.         <district>5756</district>
  28.     </list-item>
  29.     <list-item>
  30.         <external_id>3223315</external_id>
  31.         <images/>
  32.         <status>active</status>
  33.         <rubric>24055555</rubric>
  34.         <city>8</city>
  35.         <description>advert1</description>
  36.         <price>50</price>
  37.         <phone_hide>0</phone_hide>
  38.         <negotiable_price>0</negotiable_price>
  39.         <exchange>0</exchange>
  40.         <attrs>
  41.             <area>10</area>
  42.             <condition>10</condition>
  43.             <energy-efficiency>10</energy-efficiency>
  44.         </attrs>
  45.         <geometry/>
  46.         <title>2 _test</title>
  47.         <district>5756</district>
  48.     </list-item>
  49. </root>
  50.  
  51.  
  52. <!-- 1ая заливка -->
  53. <!-- залить с automatic payment = false -->
  54. <!-- У всех объяв поставить ПП, ТОП, ВИП в ожидание -->
  55. <!-- Закомментировать объявы 1ой заливки и раскомментировать объявы 2ой заливки -->
  56. <!-- Загрузить объявы 2ой заливки -->
  57. <!--
  58. <root>
  59.    <list-item>
  60.        <external_id>3223312</external_id>
  61.        <images/>
  62.        <status>active</status>
  63.        <rubric>2405</rubric>
  64.        <city>8</city>
  65.        <description>advert1</description>
  66.        <price>50</price>
  67.        <phone_hide>0</phone_hide>
  68.        <negotiable_price>0</negotiable_price>
  69.        <exchange>0</exchange>
  70.        <attrs>
  71.            <area>10</area>
  72.            <condition>10</condition>
  73.            <energy-efficiency>10</energy-efficiency>
  74.        </attrs>
  75.        <geometry/>
  76.        <title>1 _test</title>
  77.        <district>5756</district>
  78.    </list-item>
  79.    <list-item>
  80.        <external_id>3223315</external_id>
  81.        <images/>
  82.        <status>active</status>
  83.        <rubric>2405</rubric>
  84.        <city>8</city>
  85.        <description>advert1</description>
  86.        <price>50</price>
  87.        <phone_hide>0</phone_hide>
  88.        <negotiable_price>0</negotiable_price>
  89.        <exchange>0</exchange>
  90.        <attrs>
  91.            <area>10</area>
  92.            <condition>10</condition>
  93.            <energy-efficiency>10</energy-efficiency>
  94.        </attrs>
  95.        <geometry/>
  96.        <title>2 _test</title>
  97.        <district>5756</district>
  98.    </list-item>
  99. </root>
  100. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement