Skip to content

Instantly share code, notes, and snippets.

@chpapa
Created August 10, 2017 09:09
Show Gist options
  • Save chpapa/aaf3aaeb9ec5befd652c720f9ce1a354 to your computer and use it in GitHub Desktop.
Save chpapa/aaf3aaeb9ec5befd652c720f9ce1a354 to your computer and use it in GitHub Desktop.
QR Code Coupon System Pseudocode
coupon = createCoupon(user_token_str, title_str, desc_str, metadata_json)
coupon.setImageURL(url)
coupon.uploadImage(fileObject)
url = coupon.getQRCode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment