Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

medusa-extender-plugin-gstin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 04 Oct 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc