ordering-ui-react-native 0.14.57 → 0.14.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.14.57",
3
+ "version": "0.14.58",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -205,7 +205,7 @@ const CheckoutUI = (props: any) => {
205
205
  const onMessage = (e: any) => {
206
206
  if (e?.nativeEvent?.data && e?.nativeEvent?.data !== 'undefined') {
207
207
  let payment = JSON.parse(e.nativeEvent.data);
208
-
208
+ setOpenOrderCreating(true)
209
209
  if (payment === 'api error') {
210
210
  setShowGateway({ closedByUser: true, open: false })
211
211
  setProg(true);