Skip to content

Instantly share code, notes, and snippets.

@harrybanda
Created October 13, 2020 15:36
Show Gist options
  • Save harrybanda/617e97be602f1f1e5d5dd684e1f41ab5 to your computer and use it in GitHub Desktop.
Save harrybanda/617e97be602f1f1e5d5dd684e1f41ab5 to your computer and use it in GitHub Desktop.
<Rave
amount={route.params.amount}
country="NG"
currency="ZMW"
paymentOption="card,mobilemoneyzambia"
email={route.params.email}
phone={route.params.phone}
firstname={route.params.fname}
lastname={route.params.lname}
publickey=""
encryptionkey=""
meta={[{metaname: 'duration', metavalue: route.params.duration}]}
onSuccess={res => onSuccess(res)}
onFailure={e => onFailure(e)}
onClose={e => onClose(e)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment