paxful / api-docs

Docs for Paxful API v1
21 stars 43 forks source link

what is the meaning of "ffs" in python function? #4

Closed pluckhuang closed 6 years ago

pluckhuang commented 6 years ago

apiseal = hmac.new(pax_secret,ffs,sha256).hexdigest()
"ffs" is what ?

djeux commented 6 years ago

ffs should be replaced with 'payload'

Fixed the docs