ordering-ui-react-native 0.18.60 → 0.18.61

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.18.60",
3
+ "version": "0.18.61",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -1011,11 +1011,11 @@ export const OrderDetailsUI = (props: OrderDetailsParams) => {
1011
1011
  ? walletName[event?.wallet_event?.wallet?.type]?.name
1012
1012
  : t(event?.paymethod?.name.toUpperCase()?.replace(/ /g, '_'), event?.paymethod?.name)}
1013
1013
  </OText>
1014
- {event?.data?.charge_id && (
1014
+ {/* {event?.data?.charge_id && (
1015
1015
  <OText>
1016
1016
  {`${t('CODE', 'Code')}: ${event?.data?.charge_id}`}
1017
1017
  </OText>
1018
- )}
1018
+ )} */}
1019
1019
  </View>
1020
1020
  <OText>
1021
1021
  -{parsePrice(event.amount, { isTruncable: true })}