Skip to content

Instantly share code, notes, and snippets.

@KaMeHb-UA
Created May 7, 2020 08:21
Show Gist options
  • Save KaMeHb-UA/2ebbf310bd3b661b62fef2046364c7b0 to your computer and use it in GitHub Desktop.
Save KaMeHb-UA/2ebbf310bd3b661b62fef2046364c7b0 to your computer and use it in GitHub Desktop.
PayMFC shared settings and constants
export const PAYMENT_STATE_CREATING = 0x00
export const PAYMENT_STATE_CREATED = 0x01
export const PAYMENT_STATE_SENT = 0x02
export const PAYMENT_STATE_CONFIRMED = 0x03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment