Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixed the loader issue#502

Merged
sudeeptarlekar merged 1 commit intodevelopfrom
fix-loader-issue-on-bank-details-page
Jun 23, 2022
Merged

Fixed the loader issue#502
sudeeptarlekar merged 1 commit intodevelopfrom
fix-loader-issue-on-bank-details-page

Conversation

@sudeeptarlekar
Copy link
Contributor

Notion card

NA

Summary

After failing wise api loading keeps spinning. Fixed the loader issue

@github-actions
Copy link

github-actions bot commented Jun 20, 2022

Current Code Coverage Percent of this PR:

88.64 %

Files having coverage below 100%

Impacted Files Coverage
/lib/custom_failure.rb 80.0 %
/app/services/weekly_reminder_for_missed_entries_service.rb 31.82 %
/app/controllers/users/invitations_controller.rb 86.36 %
/app/controllers/users/sessions_controller.rb 85.71 %
/app/services/invoice_payment/checkout.rb 44.0 %
/app/services/invoice_payment/pdf_generation.rb 70.97 %
/app/controllers/internal_api/v1/payment_settings_controller.rb 93.33 %
/app/controllers/internal_api/v1/profile_controller.rb 96.88 %
/app/controllers/internal_api/v1/companies_controller.rb 95.45 %
/app/controllers/internal_api/v1/wise/recipients_controller.rb 90.0 %
/app/controllers/internal_api/v1/payments/providers_controller.rb 94.74 %
/lib/benchmarking/benchmarker.rb 0.0 %

setLastName(name.join(" "));
setIsUpdate(true);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can replace console.error with this pattern.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah will change it, but wondering what are we gonna do with the status?

));
setCurrencies(list);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can replace console.error with this pattern.

ditto!

const response = await profilesApi.get();
setBillingDetails(response.data);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can replace console.error with this pattern.

ditto!

const fields = data.map(requirement => separateAddressFields(requirement));
setBankRequirements(fields);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can replace console.error with this pattern.

ditto!

Copy link
Contributor

@apoorv-mishra apoorv-mishra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after resolving conflicts 👍

@supriya3105
Copy link
Contributor

@sudeeptarlekar Please resolve the conflicts on this PR and merge it.

Signed-off-by: sudeeptarlekar <[email protected]>
@sudeeptarlekar sudeeptarlekar force-pushed the fix-loader-issue-on-bank-details-page branch from d2815dd to ceda378 Compare June 23, 2022 09:26
@sudeeptarlekar
Copy link
Contributor Author

@supriya3105 rebased with develop

@sudeeptarlekar sudeeptarlekar merged commit 74c09f3 into develop Jun 23, 2022
@sudeeptarlekar sudeeptarlekar deleted the fix-loader-issue-on-bank-details-page branch June 23, 2022 09:39
vipulnsward pushed a commit that referenced this pull request Feb 15, 2026
Signed-off-by: sudeeptarlekar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants