Skip to content

Commit

Permalink
feat: empty line delted
Browse files Browse the repository at this point in the history
  • Loading branch information
borkopetrovicc committed May 29, 2023
1 parent 91d300e commit 815ab5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/inplayer.subscription.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export async function getActivePayment() {
}),
);
}

return cards.find((paymentDetails) => paymentDetails.active) || null;
} catch {
return null;
Expand Down Expand Up @@ -95,7 +94,6 @@ export const updateSubscription: UpdateSubscription = async ({ offerId, unsubscr
}
};


export const updateCardDetails: UpdateCardDetails = async ({ cardName, cardNumber, cvc, expMonth, expYear, currency }) => {
try {
const response = await InPlayer.Payment.setDefaultCreditCard({ cardName, cardNumber, cvc, expMonth, expYear, currency });
Expand Down

0 comments on commit 815ab5a

Please sign in to comment.