You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to settle on an interface to pass context for SalesCustomerType and PatientLicenseNumber in the POS interface at some point in the handling of the active Ticket.
Proposal:
Scenario: Metrc Retail Contact adds Customer information to active TicketGiven I am a Retail Contact with the Payment interface of an active Ticket open
When I enter "Patient" for the "Customer Type" option
And I enter "000001" for the "Patient License" option
Then I have filled the Customer License requirements
The text was updated successfully, but these errors were encountered:
Metrc users in medical-only environments have KYC requirements on the Sales Receipt API request.
Presently we are using values discovered in the API documentation
https://github.com/openthc/pos/blob/master/lib/Controller/POS/Checkout/Commit.php#L228-L230
We need to settle on an interface to pass context for
SalesCustomerType
andPatientLicenseNumber
in the POS interface at some point in the handling of the active Ticket.Proposal:
The text was updated successfully, but these errors were encountered: