Skip to content

Commit

Permalink
fix: tweak for Unable to add SMS credits to Pro account. #358
Browse files Browse the repository at this point in the history
  • Loading branch information
mackers committed Jan 17, 2019
1 parent 6636a74 commit 9e8a9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings-credits/settings-credits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class SettingsCreditsPage extends BasePrivatePage {
(error:any) => {
reject(error);
});
}, 10000);
}, 30000);
});
} else {
return Promise.resolve(true);
Expand Down

0 comments on commit 9e8a9ba

Please sign in to comment.