Skip to content

Commit

Permalink
fix: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed May 5, 2023
1 parent 428cc97 commit afacf17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/inplayer.checkout.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,9 @@ export const paymentWithPayPal: PaymentWithPayPal = async (payload) => {
origin: `${window.location.origin}?u=waiting-for-payment`,
accessFeeId: payload.order.id,
paymentMethod: 2,
// TODO: add voucherCode in sdk types
// @ts-ignore
voucherCode: payload.couponCode,
});

// @ts-ignore
if (response.data?.id) {
return {
errors: ['Already have an active access'],
Expand Down

0 comments on commit afacf17

Please sign in to comment.