ordering-ui-react-native 0.18.3 → 0.18.4
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
|
@@ -177,7 +177,7 @@ const StripeElementsFormUI = (props: any) => {
|
|
|
177
177
|
<View style={{ flex: 1 }}>
|
|
178
178
|
<StripeProvider
|
|
179
179
|
publishableKey={publicKey}
|
|
180
|
-
merchantIdentifier={
|
|
180
|
+
merchantIdentifier={merchantId}
|
|
181
181
|
urlScheme={merchantId}
|
|
182
182
|
>
|
|
183
183
|
{methodsPay?.includes(paymethod) ? (
|