dever 6 years ago
parent
commit
4d456b3c82
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/src/Buy.php

+ 2 - 0
service/src/Buy.php

@@ -108,6 +108,8 @@ class Buy extends Base
                 $info['buy_notices'] = $buy['buy_notices'];
             }
         }
+
+        $info['buy_notices'] = str_replace("\n", '<br />', $info['buy_notices']);
         
         return $info;
     }