Skip to content

Commit

Permalink
# Exporting tokenFormat values at PaymentToken
Browse files Browse the repository at this point in the history
  • Loading branch information
maurok committed May 18, 2017
1 parent f5179c3 commit 91e47c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Node/sample-payments/payment-token.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ function parseSignature(signatureString) {
}

module.exports = {
parse: parse
parse: parse,
tokenFormat: {
Invalid: 0,
Error: 1,
Stripe: 2
}
};

0 comments on commit 91e47c8

Please sign in to comment.