Web Integration
Hubble Checkout’s web SDK is a Javascript sdk that can be integrated by a simple 2-step process
Step 1 - Add SDK source script
Step 2 - Initialize the plugin
Once the plugin source is pulled, you initialise the plugin by using the below code snippet.
Step 3 - Open the plugin
When the plugin is opened, the webpage simply needs to call Hubble.checkout(brandKey)
to open Amazon checkout.
Changelog
Version | Date | Changes | By |
---|---|---|---|
0.0.1 | First version | Sudhagar | |
0.1.0 | 8-Apr-2024 | Move denominations inside amount conditions | Sudhagar |
0.1.1 | 9-Apr-2024 | Support options to supply header image logo and href urls | Sudhagar |
0.2.0 | 12-Apr-2024 | Open the checkout as a modal so that partner’s page structure is intact | Sudhagar |
0.2.1 | 17-Apr-2024 | Add a loader that shows up till checkout page is loaded | Sudhagar |
0.3.0 | 18-Apr-2024 | Support opening checkout of any brand by taking in brand key | Sudhagar |
0.3.1 | 19-Apr-2024 | Support taking in a zIndex for the SDK view | Sudhagar |