Skip to content

Commit

Permalink
Merge pull request #1655 from RodriSanchez1/fix/paypalPurchase
Browse files Browse the repository at this point in the history
Fix getSubscriber on paypal approve
  • Loading branch information
RodriSanchez1 authored Dec 29, 2023
2 parents 0bc86e3 + fbeafa2 commit f2d3b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/Subscribe/Subscribe.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class SubscribeContainer extends PureComponent {
if (!res.ok) throw res;
const requestOrigin =
'Function: handlePaypalApprove - Component: Subscribe Container';
const subscriber = await API.getSubscriber(false, requestOrigin);
const subscriber = await API.getSubscriber(undefined, requestOrigin);
updateSubscription({
ownedProduct: {
...product,
Expand Down

0 comments on commit f2d3b61

Please sign in to comment.