Cristian-David-Github / medusa-payment-wompi-col

wompi integration for medusa.js ecommerce engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medusa

Medusa Payment Wompi Col

This repo provides the base to get you started with using wompi as payment provider.

Basic requeriments to use: Required Wompi Options * {base_url: "", * public_key: "", * private_key: "", * * }

you need to add this plugin into your medusa-config plugins array

const plugins = [ //... { resolve: medusa-payment-wompi-col, options: { base_url: "wompi env url", public_key: "wompi-pk", private_key: "wompi-pk" }, }, ]

Medusa is released under the MIT license. PRs welcome! Discord Chat Follow @medusajs

Website | Notion Home | Twitter | Docs

About

wompi integration for medusa.js ecommerce engine

License:MIT License


Languages

Language:JavaScript 100.0%