beaucoo / multipassify

Shopify Multipass module for Node.js
92 stars 18 forks source link

README.md: removed `encode a multipass token step` to avoid confusion #11

Closed rv15hwakarthik closed 1 year ago

rv15hwakarthik commented 1 year ago

The README.md consists of the below code which leads to confusion. The variable token is not used anywhere in the subsequent piece of code.

 // Encode a Multipass token
var token = multipassify.encode(customerData);
corymsmith commented 1 year ago

It's example code of how to use each function so it doesn't need to be used in the subsequent code.