Version 3.5 Build 12090400
5 months ago by Jason Martin
New Features
Open Elements
-
Feature to turn on IDP or Credit cards via the User Interface or JavaScript.
OB-332
This 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
creditCards
is set to true then displays credit card form, otherwiseidp
form 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
allowedPaymentTypes
option 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]