Skip to content

Create supermind flow - #5713

Ticket(s) / Related Merge Requests

#5713 (closed)

Summary of Changes

This MR allows for a Supermind to be created from the composer

Testing Considerations

You should be able to create a supermind.

You must test from a user that has stripe custom configured, this is a MANUAL process on sandboxes.

Adding the custom object

kubectl exec -it pod/cassandra-0 -- cqlsh

INSERT INTO user_index_to_guid (key, column1, value) VALUES ('YOUR_GUID_HERE:payments', 'customer_id', 'cus_MGdmoL0ph9fn9W');

Failed card

If you are using the customer_id defined above, the VISA will issue a declined card message. The MASTERCARD will work.

Deployment Considerations

Feature flag

Regression Scope

Composer functionality may regress to due the complexity of the change

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

👍 @markharding

Screenshots / Screen Recording

Screen_Recording_2022-09-08_at_13.10.22

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 Mark Harding

Merge request reports

Loading