Skip to content

Conversation

lucasavila00
Copy link

Description

Issue

#822

Screenshots

For frontend updates, please include a screenshot.

Checklist

  • Everything passes when running mix test
  • Ran mix format
  • No frontend compilation warnings

import './Billing.css';

const stripe = loadStripe(env.REACT_APP_STRIPE_PUBLIC_KEY);
const stripe = loadStripe('undefined');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was crashing the app

it should be fixed before removing the draft tag

end

defp user_id_of_signature(_signature) do
1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should receive the message, signature and validate it

if valid, return an user_id so that the message looks like it's from an agent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant