fix bugs
This commit is contained in:
2
App.tsx
2
App.tsx
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user