Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct verification emails for order message #6911

Merged
merged 1 commit into from
Apr 6, 2020

Conversation

snitin315
Copy link
Member

Self explanatory

@auto-label auto-label bot added the fix label Apr 6, 2020
@@ -93,7 +93,7 @@ def resend_emails():
)
return jsonify(
status=True,
message="Verification emails for order : {} has been sent succesfully".format(
message="Verification emails for order : {} has been sent successfully".format(

Choose a reason for hiding this comment

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

line too long (95 > 90 characters)

@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #6911 into development will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6911   +/-   ##
============================================
  Coverage        66.40%   66.40%           
============================================
  Files              313      313           
  Lines            15358    15358           
============================================
  Hits             10198    10198           
  Misses            5160     5160           
Impacted Files Coverage Δ
app/api/custom/orders.py 26.27% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0af87d3...1678851. Read the comment docs.

@iamareebjamal iamareebjamal merged commit 03827b9 into fossasia:development Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants