-
Notifications
You must be signed in to change notification settings - Fork 1
feat: send pdf invoice after buyer payment. #81
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
Conversation
@@ -0,0 +1,104 @@ | |||
import React from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
9ab5f2a
to
6a05a30
Compare
6a05a30
to
b8ad48b
Compare
@@ -0,0 +1,14 @@ | |||
import { generateInvoice } from "../services/invoiceService"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Code Climate has analyzed commit b8ad48b and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 75.0% (60% is the threshold). This pull request will bring the total coverage in the repository to 96.4% (0.0% change). View more on Code Climate. |
What does this PR do?
When buyer finished to pay products and make order. Buyer should get invoice as pdf on email.
How should this be manually tested?