amwal-checkout-react
v0.0.2
Published
React wrapper for amwal-checkout
Downloads
5
Readme
amwal-checkout-react
This is a react wrapper for the amwal-checkout
package allowing it to be used directly in react projects
Installation.
npm i amwal-checkout-react
Usage
import { AmwalCheckout } from 'amwal-checkout-react'
const ReactPage= () => {
...
<AmwalCheckout merchantId="sandbox-amwal-4e876d00-a50e-482c-a6e1-a1a9df400ce5" amount="20" countryCode="SA"
lang="ar" darkMode="auto"/>
...
}