Following are the required .env variables for the ev-paypal package
npm install ev-paypalFollowing are the required __.env__ variables for the ev-paypal package
* PAYPAL_PAYMENT_METHOD
* PAYPAL_PAYMENT_ACTION
* PAYPAL_BILLINT_TYPE
* PAYPAL_USERNAME
* PAYPAL_PASSWORD
* PAYPAL_SIGNATURE
* PAYPAL_VERSION
* PAYPAL_API_URL
* PAYPAL_REDIRECT_URL
const evpaypal = require('ev-paypal/api');
const tokenResp = await evpaypal.token(reqBody);
`
$3
`
import EvPayPalButton from "ev-paypal/button"
``