mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Renamed setNFCCapability to setNFC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user