From 7258a2a7a1cb7249f2e743499971438172890a0d Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 10 Oct 2021 02:15:46 +0200 Subject: [PATCH] Improved certificates comment --- src/PKPass.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PKPass.ts b/src/PKPass.ts index 151642e..bd6d219 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -172,6 +172,10 @@ export default class PKPass extends Bundle { * the constructor, but they can get overridden * here for whatever purpose. * + * When using this setter, all certificates are + * expected to be received, or an exception will + * be thrown. + * * @param certs */