Socket
Socket
Sign inDemoInstall

medusa-extender-plugin-gstin

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    medusa-extender-plugin-gstin

Hi, GSTIN is a critical piece of information that vendors in India need to make purchases from other vendors. This simple plugin extends the address table to include GSTIN. The rational being that the GSTIN of customer can change based on the location to


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Medusa Plugin for GSTIN

Hi, GSTIN is a critical piece of information that vendors in India need to make purchases from other vendors. This simple plugin extends the address table to include GSTIN. The rational being that the GSTIN of customer can change based on the location to which the goods are shipped and delivered.

Usage

Prerequisites

You should have setup the medusa extender and run medex init as described here

Install

npm install medusa-plugin-gstin

or

npm install --legacy-peer-deps medusa-extender-plugin-gstin

Configure

add the module to your main.ts

import { AddressModule } from 'medusa-extender-plugin-gstin'

add the address module to

await  new  Medusa(resolve(__dirname, '..'), expressInstance).load([AddressModule]);

Disclaimer

The code has been tested on limited testcases, in case of any unforseen bugs please raise an issue or submit a PR.

License

MIT

FAQs

Last updated on 04 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc