mainstack-payments 1.0.48 → 1.0.50
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 +2 -0
- package/build/mainstack-payments.js +4010 -3996
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,8 @@ The config object should contain the following properties:
|
|
|
115
115
|
|
|
116
116
|
* `itemsList`: This is an Array of objects used when multiple products are being purchased at once. e.g: event tickets or cart products. See object values [here](https://app.joggr.io/app/documents/b5b2ff2f-550d-4057-bed3-441870eaaf5d/edit#items-list)
|
|
117
117
|
|
|
118
|
+
* `payment_plan_id` : The Payment plan ID for IPS related payments.
|
|
119
|
+
|
|
118
120
|
#### metadata
|
|
119
121
|
|
|
120
122
|
The `metadata` object should contain the following properties:
|