1.0.7 • Published 2 years ago

peerpaysdk v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Authors

PeerPay

import PeerPay from "peerpaysdk";

function App() {
  return <PeerPay  price= " price of product " ,
  limit = "limit of product for rent",
  api = " you api ",
  image  = "URL of image  ",
  name  = "Product name ",
  detail  = "Detail of product",
  maxtime  = "max days for giving product",
  backgroundColor = " you can change background color of button",
  color =" you can change the color of text" ,
  />;
}

Parameter which need to pass on to the components

ParameterTypeDescription
pricestringRequired. price of product
limitstringRequired. limit of product for rent
apistringRequired. Your API key which you get form https://superfluid-wavepool.vercel.app/
imagestringRequired. image link of product
namestringRequired. name of your product
ownerstringRequired. bussiness account adress
nextstringRequired. next page after payment completed
detailstringRequired. a brief detail of product
maxtimestringRequired. max time of which you can rent the product

DEMO image of payment gateway

Logo

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago