Skip to content

Commit

Permalink
fix learn section
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Aug 4, 2022
1 parent 7ee2c3d commit c28fed2
Show file tree
Hide file tree
Showing 8 changed files with 647 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/lib/docs/pull.js

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

638 changes: 638 additions & 0 deletions dist/public/app.1c2ad1fa.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/public/app.1c2ad1fa.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/public/app.bb735868.js
Original file line number Diff line number Diff line change
Expand Up @@ -45170,7 +45170,7 @@ function (_React$Component) {
while (1) {
switch (_context.prev = _context.next) {
case 0:
if (window.confirm('Are you sure you want to cancel this subscription?')) {
if (window.confirm('Are you sure you want to cancel the next renewal?')) {
_context.next = 2;
break;
}
Expand Down Expand Up @@ -45311,7 +45311,7 @@ function (_React$Component) {
onClick: function onClick() {
return _this3.cancel();
}
}, "Cancel")) : _react.default.createElement(_react.default.Fragment, null), this.state.updating ? _react.default.createElement(_stripeForm.default, {
}, "Cancel renewal")) : _react.default.createElement(_react.default.Fragment, null), this.state.updating ? _react.default.createElement(_stripeForm.default, {
email: this.state.customer.email,
onSubmit: function onSubmit(i) {
return _this3.updatePaymentMethod(i);
Expand Down Expand Up @@ -51602,7 +51602,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "49368" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "54906" + '/');

ws.onmessage = function (event) {
checkedAssets = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/public/app.bb735868.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 @@
<script src="https://js.braintreegateway.com/web/dropin/1.19.0/js/dropin.min.js"></script><link rel="stylesheet" type="text/css" href="/payments.bb4d0d94.css" media="screen"><div id="root"></div><script src="/app.8952d84e.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.19.0/js/dropin.min.js"></script><link rel="stylesheet" type="text/css" href="/payments.bb4d0d94.css" media="screen"><div id="root"></div><script src="/app.1c2ad1fa.js"></script>
2 changes: 1 addition & 1 deletion dist/public/payments.a5da44aa.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/public/payments.a5da44aa.js.map

Large diffs are not rendered by default.

0 comments on commit c28fed2

Please sign in to comment.