Tap-Payments / goSellSDK-iOS

goSell iOS SDK
MIT License
19 stars 20 forks source link

Error with Tap Pay Button #32

Open AMSH92 opened 3 years ago

AMSH92 commented 3 years ago

User should press Tap pay button twice in order to card tokenizing or purchasing. I get this error the first time

Error description : The data couldn’t be read because it is missing. keyNotFound(CodingKeys(stringValue: "verified_application", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "data", intValue: nil)], debugDescription: "No value associated with key CodingKeys(stringValue: \"verified_application\", intValue: nil) (\"verified_application\").", underlyingError: nil))

The second time it will continue to fill card information.

varunDM commented 3 years ago

Facing the same issue. Found any solutions?