tiki-deprecated / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Shopify discount function #76

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

Use the private key saved in the app metafields to verify with TIKI if the user has a valid license. Get the payable attached to that license. Get the discount configuration and apply the discount.

ricardobrg commented 1 year ago

This is blocked by #84

ricardobrg commented 1 year ago

Unblocking this to be merged without the Payable information. It will be done with hard-coded values. in #84 we can change it to the Payable values.