kulley před 6 roky
rodič
revize
18a5332bb6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/pages/cart/pay/index.js

+ 1 - 1
src/pages/cart/pay/index.js

@@ -51,7 +51,7 @@ class Pay extends Component {
                         let updatedAt = moment().format('YYYY-MM-DD HH:mm:ss')
                         const updateContent = {
                             id,
-                            orderStatus: 1,
+                            orderStatus: '1',
                             updatedAt
                         }
                         update_order({variables:updateContent})