We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bc86e3 + fbeafa2 commit f2d3b61Copy full SHA for f2d3b61
src/components/Settings/Subscribe/Subscribe.container.js
@@ -141,7 +141,7 @@ export class SubscribeContainer extends PureComponent {
141
if (!res.ok) throw res;
142
const requestOrigin =
143
'Function: handlePaypalApprove - Component: Subscribe Container';
144
- const subscriber = await API.getSubscriber(false, requestOrigin);
+ const subscriber = await API.getSubscriber(undefined, requestOrigin);
145
updateSubscription({
146
ownedProduct: {
147
...product,
0 commit comments