mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 08:43:01 +08:00
docs(validateExpiryDate): expMonth param month 0 to 11 (#3349)
This commit is contained in:
parent
bb80d00f58
commit
d2d5a5a96c
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user