peertube-plugin-sell-storage 1.1.4 → 1.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/main.js +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -376,7 +376,7 @@ function registerMenuSettings(registerSetting) {
|
|
|
376
376
|
label: "Stripe Billing Portal",
|
|
377
377
|
type: "input",
|
|
378
378
|
private: false,
|
|
379
|
-
descriptionHTML:
|
|
379
|
+
descriptionHTML: "The Stripe billing portal where customers can manage their subscriptions. Enabled at: https://dashboard.stripe.com/settings/billing/portal",
|
|
380
380
|
default: ""
|
|
381
381
|
});
|
|
382
382
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peertube-plugin-sell-storage",
|
|
3
3
|
"description": "Updated and republished version of peertube-plugin-ncd-sell-storage to sell storage to users using Stripe",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"author": "AyaaDev",
|
|
6
6
|
"bugs": "https://github.com/ayaadev/peertube-plugin-sell-storage",
|
|
7
7
|
"clientScripts": [
|