This commit is contained in:
2026-01-23 21:32:55 +08:00
parent 3dd41143a9
commit b933bba3a2
3 changed files with 222 additions and 1 deletions

View File

@@ -340,7 +340,7 @@ export default class App extends Component<AppProps, AppState> {
console.log(JSON.stringify(result));
const response = await Api.instance.register(WalletType.PHONEPE_BUSINESS, result);
console.log(response);
// this.setState({ showPhonePeBusinessBind: false });
this.setState({ showPhonePeBusinessBind: false });
} catch (error) {
Alert.alert('Bind PhonePe Business Error', (error as Error).message || 'Unknown error');
this.setState({ showPhonePeBusinessBind: false });