From d2d5a5a96c5b76495602ce9a0a8ca98882faf93b Mon Sep 17 00:00:00 2001 From: Kaspar Date: Wed, 15 Apr 2020 21:30:49 +0200 Subject: [PATCH] docs(validateExpiryDate): expMonth param month 0 to 11 (#3349) --- src/@ionic-native/plugins/stripe/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/stripe/index.ts b/src/@ionic-native/plugins/stripe/index.ts index d378b21e7..c06f14638 100644 --- a/src/@ionic-native/plugins/stripe/index.ts +++ b/src/@ionic-native/plugins/stripe/index.ts @@ -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} returns a promise that resolves if the date is valid, and rejects if it's invalid */