Skip to content

Commit

Permalink
Merge branch 'dev' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Jul 5, 2024
2 parents 6391975 + 3db3566 commit dd6372e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Profile/PageProfileFrosh.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const PageProfileFrosh = () => {
<div className="profile-info-row">
<div className="profile-info-row-right">
{user?.attendingScunt === true ? <ProfilePageFroshScuntMessage /> : null}
{isRegistered ? <ProfilePageRetreat /> : null}
{isRegistered ? /*<ProfilePageRetreat />*/ null : null}
{/* <ProfilePageNitelife /> */}
<ProfilePageInstagrams />
<ProfilePageAnnouncements />
Expand Down
5 changes: 5 additions & 0 deletions server/src/services/PaymentServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ const PaymentServices = {
quantity: 1,
},
],
discounts: [
{
coupon: 'MSH2gI9n',
},
],
mode: 'payment',
success_url: `${process.env.CLIENT_BASE_URL}${
products[type]?.relativeUrlSuccess ?? products['orientation'].relativeUrlSuccess
Expand Down

0 comments on commit dd6372e

Please sign in to comment.