little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
666 stars 129 forks source link

pay({}) #270

Open zhen-zhong opened 8 months ago

zhen-zhong commented 8 months ago

pay({}).then the promise does not return the payment status regardless of success or failure

qilovehua commented 6 months ago

RN升级到"0.72.10", react-native-wechat-lib版本3.0.4,pay().then().catch() ios正常,android不执行了。 之前是RN 066.4, "react-native-wechat-lib": "^1.1.26",ios&android都正常

qilovehua commented 6 months ago

RN升级到"0.72.10", react-native-wechat-lib版本3.0.4,pay().then().catch() ios正常,android不执行了。 之前是RN 066.4, "react-native-wechat-lib": "^1.1.26",ios&android都正常

RN 0.72.10 react-native-wechat-lib 1.1.26 升级前目录名称A,升级的时候创建了另一个目录B,虽然applicationId是一样的,微信支付回调会有问题,把目录B改成A同时把涉及的目录都对应修改下,回调正常了。 引入的支付宝倒是都正常和目录无关。