kulley 6 anni fa
parent
commit
18a5332bb6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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})