FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Error in example on page https://developer.paypal.com/docs/multiparty/checkout/fastlane/integrate/ · Issue #196 · paypal-examples/docs-examples · GitHub

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

Description

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>

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


    Back | FazBrowse Home | New Git URL