ordering-ui-react-native 0.21.69-release → 0.21.70-release

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.21.69-release",
3
+ "version": "0.21.70-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -745,6 +745,7 @@ const CheckoutUI = (props: any) => {
745
745
  </Placeholder>
746
746
  ) : (
747
747
  <AddressDetails
748
+ cart={cart}
748
749
  navigation={navigation}
749
750
  location={options?.address?.location}
750
751
  businessLogo={businessDetails?.business?.logo}
@@ -35,7 +35,7 @@ const StripeElementsFormUI = (props: any) => {
35
35
  setPlaceByMethodPay,
36
36
  cartTotal,
37
37
  publicKeyAddCard,
38
- urlScheme,
38
+ urlscheme,
39
39
  androidAppId,
40
40
  businessNames,
41
41
  setNewCardAdded
@@ -218,7 +218,7 @@ const StripeElementsFormUI = (props: any) => {
218
218
  <StripeProvider
219
219
  publishableKey={isToSave}
220
220
  merchantIdentifier={merchantId}
221
- urlScheme={`${urlScheme}://checkout/${cart?.uuid}`}
221
+ urlscheme={`${urlscheme}://checkout/${cart?.uuid}`}
222
222
  >
223
223
  {methodsPay?.includes(paymethod) ? (
224
224
  <StripeMethodForm