Skip to content

Commit

Permalink
fix hook url
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Feb 4, 2023
1 parent e78c0f5 commit 05bcd19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions dist/public/app.6d067011.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/public/app.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="stylesheet" type="text/css" href="/payments.bb4d0d94.css" media="screen"><div id="root"></div><script src="/app.4a068619.js"></script>
<link rel="stylesheet" type="text/css" href="/payments.bb4d0d94.css" media="screen"><div id="root"></div><script src="/app.6d067011.js"></script>
2 changes: 1 addition & 1 deletion dist/shared/products.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/shared/products.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/shared/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default {
usd: 1350
},
hasLicenseKey: false,
permalink: 'YYYYy',
permalink: 'YYYYy',
emailType: 'custom'
},
supportSubscriptionWithScaleUpdates: {
Expand All @@ -165,7 +165,7 @@ export default {
name: 'jsreportonline subscription',
isSubscription: true,
monthly: true,
webhook: 'http://local.net/payments-hook',
webhook: 'https://jsreportonline.net/payments-hook',
hasLicenseKey: false,
email: {
checkoutText: `Your plan change was propagated and you can now get back to the jsreportonline and use the new credits limit.
Expand Down

0 comments on commit 05bcd19

Please sign in to comment.