Version 3.5 Build 12090400

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, otherwise idp 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
    • PlatformDS
    • Transaction DS
  • Delivery Networks
    • Asset DS
  • UI's
    • Playground DS
    • Open Elements D
    • BigCommerce DS
    • Enterprise Portal D

* D= Development, S = Staging, P# = Production[Server]