ordering-ui-react-native 0.18.68 → 0.18.69

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.68",
3
+ "version": "0.18.69",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -126,6 +126,11 @@ export const CartContent = (props: any) => {
126
126
  </OText>
127
127
  <OText size={16} lineHeight={24} color={theme.colors.textNormal} weight={'500'}>{parsePrice(totalCartsPrice)}</OText>
128
128
  </View>
129
+ <View style={{ flexDirection: 'row', justifyContent: 'center', marginVertical: 20 }}>
130
+ <OText size={14} color={theme.colors.textNormal} weight={'300'} style={{ textAlign: 'center' }}>
131
+ {t('CART_GROUP_MESSAGE_ALERT', 'Discounts may be applied at the time of payment for this group.')}
132
+ </OText>
133
+ </View>
129
134
  </ChCartsTotal>
130
135
  )}
131
136
  <CheckoutAction style={{ marginTop: 0 }}>