0.0.46 • Published 5 months ago

medusa-plugin-razorpay-details v0.0.46

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Compatibility

This starter is compatible with versions >= 1.8.0 of @medusajs/medusa.

Prerequisites

Before you can install and use Medusa:

Visit the Quickstart Guide to set up a server.

Visit the Docs to learn more about our system requirements.

Getting

Installation

npm install medusa-plugin-razorpay-details

Set the following environment variables in .env:

ADMIN_URL=< your_admin_url >  
http://localhost:7XXXX
https://www.XXXXX.com

Add to medusa-config.js

add to your plugins list

///...other plugins
  {
    resolve: 'medusa-plugin-razorpay-details',
    options: {
      enableUI: true,
      ADMIN_URL: process.env.ADMIN_URL, // Required
    },
  },

Update database schema

Run the following command from the root of the project to udpate database with a new table required for storing razorpay account details

npx medusa migrations run

How to check

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start or npx medusa develop

2. click setting page and then click Razorpay credential which and see in extensions part.

3. add razorpay account detail and see the list of payment details in below tables.


0.0.42

6 months ago

0.0.43

5 months ago

0.0.44

5 months ago

0.0.45

5 months ago

0.0.46

5 months ago

0.0.41

6 months ago

0.0.40

6 months ago

0.0.39

6 months ago

0.0.38

6 months ago

0.0.37

6 months ago

0.0.36

6 months ago

0.0.35

6 months ago

0.0.34

6 months ago

0.0.33

6 months ago

0.0.32

6 months ago

0.0.31

6 months ago

0.0.30

7 months ago

0.0.29

7 months ago

0.0.28

7 months ago

0.0.27

7 months ago

0.0.26

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.19

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.16

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago