Integrating razorpay payment gateway in Vue.js app using Firebase
Add razorpay script to index.html
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
Check Home.vue and functions/index.js files for exact code.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint