Skip to content

Commit

Permalink
fix(api): remove refund support
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Mar 11, 2024
1 parent 63f0033 commit 3bcc499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed kkiapay-woocomerce_v2.4.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const foldersAndFilesToCopy = [
'README.md',
'readme.txt'
]
const folderPath = path.join(__dirname, '../kkiapay-woocomerce')
const folderPath = path.join(__dirname, '../kkiapay-woocommerce')

const readdir = promisify(fs.readdir);
const stat = promisify(fs.stat);
Expand Down Expand Up @@ -106,7 +106,7 @@ async function a() {

a()
.then(() => {
const zipName = `kkiapay-woocomerce_v${PLUGIN_VERSION}.zip`
const zipName = `kkiapay-woocommerce_v${PLUGIN_VERSION}.zip`
zip(folderPath, path.join(__dirname, '..', zipName)).then(() => {
deleteFolderRecursive(folderPath)
console.log("Your zip is here", path.join(__dirname, '..', zipName));
Expand Down

0 comments on commit 3bcc499

Please sign in to comment.