Skip to content

Commit

Permalink
fix: alphabetize constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nbierdeman committed Mar 20, 2024
1 parent 1d027b6 commit 0d9b495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Expand Up @@ -7,10 +7,10 @@ export const SCRIPT_ID = "data-react-paypal-script-id";

export const SDK_SETTINGS = {
DATA_CLIENT_TOKEN: "dataClientToken",
DATA_USER_ID_TOKEN: "dataUserIdToken",
DATA_SDK_INTEGRATION_SOURCE: "dataSdkIntegrationSource",
DATA_LIBRARY_VALUE: "react-paypal-js",
DATA_NAMESPACE: "dataNamespace",
DATA_SDK_INTEGRATION_SOURCE: "dataSdkIntegrationSource",
DATA_USER_ID_TOKEN: "dataUserIdToken",
};
export const LOAD_SCRIPT_ERROR = "Failed to load the PayPal JS SDK script.";

Expand Down

0 comments on commit 0d9b495

Please sign in to comment.