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
|
@@ -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);
|