Version 3.5 Build 12090400
11 months ago by Jason Martin
New Features
Open Elements
-
Feature to turn on IDP or Credit cards via the User Interface or JavaScript.
OB-332This implementation handles what kind of payment form to be displayed by open element. For now we are only supporting one at a time.
The settings checks if
creditCardsis set to true then displays credit card form, otherwiseidpform is displayed.The highest priority is what is being set in JavaScript code
let oe = new openElements('{YOUR_SITE_API_LOGIN_ID}', { allowedPaymentTypes: { creditCards: true, idp: false, checks: false } // other open element options });In the event that the
allowedPaymentTypesoption is not provided in JavaScript, open element will check for integration settings.
Environments
- Development PUBLISHED
- Staging pending
- Production pending
Systems Effected
- API's
- Platform
DS - Transaction
DS
- Platform
- Delivery Networks
- Asset
DS
- Asset
- UI's
- Playground
DS - Open Elements
D - BigCommerce
DS - Enterprise Portal
D
- Playground
* D= Development, S = Staging, P# = Production[Server]