fix: Fix wrong parameter name.
This commit is contained in:
2
index.js
2
index.js
@@ -25,7 +25,7 @@ export default class Alipay {
|
|||||||
* 设置支付宝沙箱环境,仅 Android
|
* 设置支付宝沙箱环境,仅 Android
|
||||||
* @param isSandBox
|
* @param isSandBox
|
||||||
*/
|
*/
|
||||||
static setAlipaySandbox(isSandbox) {
|
static setAlipaySandbox(isSandBox) {
|
||||||
if (Platform.OS === 'android') {
|
if (Platform.OS === 'android') {
|
||||||
NativeModules.Alipay.setAlipaySandbox(isSandBox);
|
NativeModules.Alipay.setAlipaySandbox(isSandBox);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user