docs(validateExpiryDate): expMonth param month 0 to 11 (#3349)

This commit is contained in:
Kaspar 2020-04-15 21:30:49 +02:00 committed by GitHub
parent bb80d00f58
commit d2d5a5a96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ export class Stripe extends IonicNativePlugin {
/**
* Validates an expiry date
* @param expMonth {string} expiry month
* @param expMonth {string} expiry month (0 - 11)
* @param expYear {string} expiry year
* @return {Promise<any>} returns a promise that resolves if the date is valid, and rejects if it's invalid
*/