@sezzle/sezzle-react-widget 3.1.3 → 3.1.5

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
@@ -80,6 +80,13 @@ The following props can be specified in the element to customize the widget's co
80
80
  - Type: Boolean
81
81
  - Default: false
82
82
 
83
+ - **{numberOfPayments}** (Optional)
84
+
85
+ - Purpose: Number of installments by which the shopper will pay the total, calculates installment amount.
86
+ - Type: Number
87
+ - Options: 4, 5
88
+ - Default: 5
89
+
83
90
  - **{minPrice}** (Optional)
84
91
 
85
92
  - Purpose to display a checkout minimum within the Sezzle widget
@@ -113,6 +120,7 @@ The following props can be specified in the element to customize the widget's co
113
120
  <SezzleWidget
114
121
  price={'$29.99'}
115
122
  merchantId={'12a34bc5-6de7-890f-g123-4hi5678jk901'}
123
+ numberOfPayments={5}
116
124
  theme={'light'}
117
125
  includeAPModal={false}
118
126
  minPrice={20}