bananas-commerce-webshipper
v2.7.0
Published
This is a widget to talk to webshipper through bananas commerce.
Downloads
59
Readme
Webshipper widget
This is a widget to talk to webshipper through bananas commerce.
Usage
import Webshipper from 'bananas-commerce-webshipper';
function MyComponent() {
return <Webshipper
bcom={/* A bananas commerce client with the webshipper extension */}
checkoutSession={/* The checkout session */}
onChange={reference => /* Do something with the reference */}
/>
}