UNPKG

strapi-plugin-vnpay

Version:

A strapi plugin for easy integration of VNPay.

29 lines (28 loc) 460 B
{ "routes": [ { "method": "GET", "path": "/", "handler": "vnpay.getStoreConfig", "config": { "policies": [] } }, { "method": "POST", "path": "/", "handler": "vnpay.setStoreConfig", "config": { "policies": [] } }, { "method": "POST", "path": "/checkout", "handler": "vnpay.checkout", "config": { "policies": [] } } ] }