Skip to content

(feat): Added affiliate type to payments minds#4011

Fausto Arcidiacono requested to merge feat/affiliate-type-4011 into master

Ticket(s) / Related Merge Requests

minds#4011 (closed)

Summary of Changes

Added affiliate type to minds_payments table in Vitess

Testing Considerations

Purchase a Boost or Minds Plus/Pro and check the affiliate type recorded in the DB.

Deployment Considerations

The following SQL changes must be applied to Vitess prior to releasing this change

ALTER TABLE minds_payments
    ADD affiliate_type int DEFAULT NULL
    AFTER affiliate_user_guid;

Regression Scope

Platform Affected (web, mobile, etc)

engine

Developer Testing Completed

Screenshots / Screen Recording

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

Merge request reports