Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
playtocrazy committed Jan 7, 2021
1 parent cffa3b1 commit 32b9b4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let base_param = {
};

async function issueInvoice() {
let create = new ecpay_invoice({
let create = new ecpayInvoice({
operationMode: "Test",
isProjectContractor: "N",
ignorePayment: [],
Expand Down
2 changes: 1 addition & 1 deletion ecpay_invoice_nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let base_param = {
};

async function issueInvoice() {
let create = new ecpay_invoice({
let create = new ecpayInvoice({
operationMode: "Test",
isProjectContractor: "N",
ignorePayment: [],
Expand Down
2 changes: 1 addition & 1 deletion ecpay_invoice_nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecpay-invoice-node",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ecpay Invoice SDK for Node based on ECPay/Invoice_Node.js",
"main": "ecpay_invoice.js",
"dependencies": {
Expand Down

0 comments on commit 32b9b4f

Please sign in to comment.