Open thatisuday opened 5 years ago
When Passbook.downloadPass( "url" ) is called, it's working but when Passbook.downloadPass( { url: "url" } ) is called, it's not working. Have you tested this functionality before?
Passbook.downloadPass( "url" )
Passbook.downloadPass( { url: "url" } )
Hi, Did u found any solution for this ?
When
Passbook.downloadPass( "url" )
is called, it's working but whenPassbook.downloadPass( { url: "url" } )
is called, it's not working. Have you tested this functionality before?