Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
hotfix: update plan to premium
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed Dec 28, 2021
1 parent aed496f commit ff40943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/api/v1/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export class Users {
if (['settlement', 'capture'].includes((paymentDetails as TransactionDetails).transaction_status) && !isExpired) {
plan = 'premium'
}
plan = 'premium'
}
}

Expand Down

0 comments on commit ff40943

Please sign in to comment.