@sezzle/sezzle-react-widget 3.1.1 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -103,9 +103,9 @@ The following props can be specified in the element to customize the widget's co
103
103
 
104
104
  `bestAPR` (optional)
105
105
 
106
- **Purpose**: Standard APR rate by which interest should be calculated.
106
+ **Purpose**: Standard APR rate by which interest should be calculated. (Note: the key is a misnomer - our lending partner now requires the APR to be calculated based on average awarded APR)
107
107
  **Type**: number
108
- **Default**: 9.99
108
+ **Default**: 21.99
109
109
 
110
110
  # Example
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sezzle/sezzle-react-widget",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "A react component of sezzle widget where props are used to provide config",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -11,7 +11,7 @@
11
11
  "main": "dist/index.cjs",
12
12
  "module": "dist/index.es.js",
13
13
  "scripts": {
14
- "test": "cross-env CI=1 react-scripts test --env=jsdom",
14
+ "test": "cross-env CI=1 react-scripts test --env=jsdom --passWithNoTests",
15
15
  "test:watch": "react-scripts test --env=jsdom",
16
16
  "build": "rollup -c --bundleConfigAsCjs",
17
17
  "start": "rollup -c --bundleConfigAsCjs -w",