vr-payment-source
v2.0.0
Published
A Library to make payment on your E-commerce site
Downloads
36
Maintainers
Readme
VR Payment Source
Make payment easy and open source payment gateway using vr-payment-source.develop by Teqheal team.
Installation
Install my-project with npm
npm install vr-payment-source
Documentation
Current we develop payment gateway in test mode only you can't use production in this payment gateway.
first you need to import "VRPayment" module in your file.
import { VRPayment } from 'vr-payment-source';
async makePayment() {
await VRPayment.paymentNow(); // using this open payment modal.
}
async openCheckoutPage() {
await VRPayment.openPaymentLink(); // open checkout page in new Tab.
}
Develope By
This project is develope by the following author.
- Ravi Vaghasiya
- Viral Sabhaya