This patch will run native requests regardless of callbacks being set
or not, and adds two new fields in ModuleConfig:
queryParameters: Use this to provide custom query parameters for
native requests.
disableNativeRequests: Set to true if you want to disable native
requests. Remember to provide custom callbacks and call
setPaymentResponse and setDetailsResponse. Unsafe! The JavaScript
thread might get paused on Android!
This patch will run native requests regardless of callbacks being set or not, and adds two new fields in
ModuleConfig
:queryParameters
: Use this to provide custom query parameters for native requests.disableNativeRequests
: Set totrue
if you want to disable native requests. Remember to provide custom callbacks and callsetPaymentResponse
andsetDetailsResponse
. Unsafe! The JavaScript thread might get paused on Android!