Skip to content

Error in example on page https://developer.paypal.com/docs/multiparty/checkout/fastlane/integrate/ #196

Description

@matks

On page https://developer.paypal.com/docs/multiparty/checkout/fastlane/integrate/ the "Integrate front-end" section shows some wrong HTML code

<script>
  src="https://www.paypal.com/sdk/js?client-id=<CLIENT_ID>>&components=buttons,fastlane"
  data-sdk-client-token="<SDK_CLIENT_TOKEN>"
</script>

The "src" and "data-sdk-client-token" need to be inside the first tag

<script
  src="https://www.paypal.com/sdk/js?client-id=<CLIENT_ID>>&components=buttons,fastlane"
  data-sdk-client-token="<SDK_CLIENT_TOKEN>">
</script>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions