Renamed setNFCCapability to setNFC

This commit is contained in:
Alexander Cerutti
2021-10-11 23:45:20 +02:00
parent 6f3a7d2f6e
commit 3f6cc6c803
2 changed files with 7 additions and 7 deletions

View File

@@ -872,7 +872,7 @@ export default class PKPass extends Bundle {
* @returns
*/
public setNFCCapability(nfc: Schemas.NFC | null): void {
public setNFC(nfc: Schemas.NFC | null): void {
if (nfc === null) {
delete this[propsSymbol]["nfc"];
return;