Customer login flow
PriceOps library and code to ensure the customer is logged into your app before subscribing
Import npm library in your login flow.
Install in react code in the login flow.
When a customer logins, call the setCustomer function of Priceops library to set customer.
Usually it is the customer information of the logged in customer.
ID is unique as well as email, between all customers sent to PriceOps.
As an example
Last updated