Skip to content

Commit

Permalink
feat: add DATA_JS_SDK_LIBRARY to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nbierdeman committed Mar 20, 2024
1 parent 0d9b495 commit aa1b771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Expand Up @@ -7,6 +7,7 @@ export const SCRIPT_ID = "data-react-paypal-script-id";

export const SDK_SETTINGS = {
DATA_CLIENT_TOKEN: "dataClientToken",
DATA_JS_SDK_LIBRARY: "dataJsSdkLibrary",
DATA_LIBRARY_VALUE: "react-paypal-js",
DATA_NAMESPACE: "dataNamespace",
DATA_SDK_INTEGRATION_SOURCE: "dataSdkIntegrationSource",
Expand Down

0 comments on commit aa1b771

Please sign in to comment.