Skip to content

Commit

Permalink
Log SDK Integration Source (#140)
Browse files Browse the repository at this point in the history
* Add SDK_INTEGRATION_SOURCES

* Add typecasting

* Add RAW_SCRIPT
  • Loading branch information
nbierdeman authored Feb 12, 2024
1 parent 1cce628 commit 3ddd1fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/params.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/* @flow */

export const SDK_PATH = "/sdk/js";
export const SDK_INTEGRATION_SOURCES = {
PAYPAL_JS: ("paypal-js": "paypal-js"),
REACT_PAYPAL_JS: ("react-paypal-js": "react-paypal-js"),
RAW_SCRIPT: ("raw-script": "raw-script"),
};

export const SDK_PATH = ("/sdk/js": "/sdk/js");

export const SDK_SETTINGS = {
NAMESPACE: ("data-namespace": "data-namespace"),
Expand Down

0 comments on commit 3ddd1fe

Please sign in to comment.