UNPKG
strapi-plugin-vnpay
Version:
latest (0.0.1)
0.0.1
A strapi plugin for easy integration of VNPay.
gitlab.com/vietanh8i1998/strapi-plugin-vnpay
strapi-plugin-vnpay
/
admin
/
src
/
utils
/
getTrad.js
6 lines
(3 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
import
pluginId
from
'../pluginId'
;
const
getTrad
= id =>
`
${pluginId}
.
${id}
`
;
export
default
getTrad;