Skip to content

Prevent monetizing paywalled reminds front#5528

Manish requested to merge fix/paywallception-f5528 into master

Ticket(s) / Related Merge Requests

front#5528 (closed)

Summary of Changes

This MR prevents posts being montezied if they are a quote-remind of another paywalled post

Testing Considerations

This cannot be tested on the sandbox.

  • clone and run the frontend
  • change this line and replace it with:
      wire_threshold: {
        support_tier: {
          urn: 'urn:support-tier:991441275603390467/1183720405467140100',
        },
      },

wait to compile, refresh the page, and try to quote remind a minds+ post. It should show an error.

Deployment Considerations

N/A

Regression Scope

N/A

Platform Affected (web, mobile, etc)

engine

Developer Testing Completed

sandbox

Screenshots / Screen Recording

Screen_Shot_2022-07-01_at_17.00.43

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Manish

Merge request reports