Wallet extension

Hello,

I'm implementing the wallet extension but I found a problem in the passEntries function. This following part is giving nil ando I don't know why

if let entry = PKIssuerProvisioningExtensionPaymentPassEntry( identifier: element.id, title: element.cardType ?? "Card", art: self.testImage()!, addRequestConfiguration: config! ) { entries.append(entry) } I debug and all the arguments have information but it doesn't create the entry

Wallet extension
 
 
Q