items
Amazon Payments
Amazon Payments checkout is very lightly tested, please report any issues when testing
To use Amazon Payments, you can setup the cart with these options:
simpleCart({
checkout: {
type: "AmazonPayments" ,
merchant_signature: "XXXXXXXXX" ,
merchant_id: "XXX",
aws_access_key_id: "XXX" ,
// optional parameters
// http method for form, "POST" or "GET", default is "POST"
method: "GET" ,
// use sandbox server, default is false
sandbox: true ,
// optional weight unit for calculating shipping, default is "lb"
weight_unit: "lb"
}
});
Comments
- There are no comments for this entry yet.