1.0.4 • Published 2 years ago

oneclickjs v1.0.4

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

#OneClickJs

GetStarted

npm install oneclickjs

import oneClick from 'oneclickjs'

let products = [ { id: productId, src: ProductPrimaryImageSrc, title: ProductTitle, quantity: ProductQuantity, price: ProductPrice } ];

let shippingMethods = [ { title: shippingMethodTitle, cost: shippingMethodCost } ];

let totalPrice = 1000;

let currency = 'PKR';

let url= 'your site url';

let tax = 100;

let checkoutUrl = oneClick.createCheckoutUrl({ products, shippingMethods, totalPrice, currency, url, tax });

Either open checkout url in new window or use Iframe

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