Skip to content

Commit 6658a0e

Browse files
committed
update dist/
1 parent 07e70a6 commit 6658a0e

1 file changed

Lines changed: 21 additions & 43 deletions

File tree

dist/billing.js

Lines changed: 21 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -70,91 +70,69 @@ function _cancelPrime() {
7070
}));
7171
return _cancelPrime.apply(this, arguments);
7272
}
73-
export function getSimValid(_x4, _x5) {
74-
return _getSimValid.apply(this, arguments);
75-
}
76-
function _getSimValid() {
77-
_getSimValid = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4(dongle_id, sim_id) {
78-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
79-
while (1) {
80-
switch (_context4.prev = _context4.next) {
81-
case 0:
82-
return _context4.abrupt("return", request.get('v1/prime/sim_valid', {
83-
dongle_id: dongle_id,
84-
sim_id: sim_id
85-
}));
86-
case 1:
87-
case "end":
88-
return _context4.stop();
89-
}
90-
}
91-
}, _callee4);
92-
}));
93-
return _getSimValid.apply(this, arguments);
94-
}
95-
export function getStripeCheckout(_x6, _x7, _x8) {
73+
export function getStripeCheckout(_x4, _x5, _x6) {
9674
return _getStripeCheckout.apply(this, arguments);
9775
}
9876
function _getStripeCheckout() {
99-
_getStripeCheckout = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5(dongle_id, sim_id, plan) {
100-
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
77+
_getStripeCheckout = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4(dongle_id, sim_id, plan) {
78+
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
10179
while (1) {
102-
switch (_context5.prev = _context5.next) {
80+
switch (_context4.prev = _context4.next) {
10381
case 0:
104-
return _context5.abrupt("return", request.post('v1/prime/stripe_checkout', {
82+
return _context4.abrupt("return", request.post('v1/prime/stripe_checkout', {
10583
dongle_id: dongle_id,
10684
sim_id: sim_id,
10785
plan: plan
10886
}));
10987
case 1:
11088
case "end":
111-
return _context5.stop();
89+
return _context4.stop();
11290
}
11391
}
114-
}, _callee5);
92+
}, _callee4);
11593
}));
11694
return _getStripeCheckout.apply(this, arguments);
11795
}
118-
export function getStripePortal(_x9) {
96+
export function getStripePortal(_x7) {
11997
return _getStripePortal.apply(this, arguments);
12098
}
12199
function _getStripePortal() {
122-
_getStripePortal = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6(dongle_id) {
123-
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
100+
_getStripePortal = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5(dongle_id) {
101+
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
124102
while (1) {
125-
switch (_context6.prev = _context6.next) {
103+
switch (_context5.prev = _context5.next) {
126104
case 0:
127-
return _context6.abrupt("return", request.get('v1/prime/stripe_portal', {
105+
return _context5.abrupt("return", request.get('v1/prime/stripe_portal', {
128106
dongle_id: dongle_id
129107
}));
130108
case 1:
131109
case "end":
132-
return _context6.stop();
110+
return _context5.stop();
133111
}
134112
}
135-
}, _callee6);
113+
}, _callee5);
136114
}));
137115
return _getStripePortal.apply(this, arguments);
138116
}
139-
export function getStripeSession(_x10, _x11) {
117+
export function getStripeSession(_x8, _x9) {
140118
return _getStripeSession.apply(this, arguments);
141119
}
142120
function _getStripeSession() {
143-
_getStripeSession = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7(dongle_id, session_id) {
144-
return _regeneratorRuntime.wrap(function _callee7$(_context7) {
121+
_getStripeSession = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6(dongle_id, session_id) {
122+
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
145123
while (1) {
146-
switch (_context7.prev = _context7.next) {
124+
switch (_context6.prev = _context6.next) {
147125
case 0:
148-
return _context7.abrupt("return", request.get('v1/prime/stripe_session', {
126+
return _context6.abrupt("return", request.get('v1/prime/stripe_session', {
149127
dongle_id: dongle_id,
150128
session_id: session_id
151129
}));
152130
case 1:
153131
case "end":
154-
return _context7.stop();
132+
return _context6.stop();
155133
}
156134
}
157-
}, _callee7);
135+
}, _callee6);
158136
}));
159137
return _getStripeSession.apply(this, arguments);
160138
}

0 commit comments

Comments
 (0)