You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this card appears with cancel options but when I click on it I am getting the following error and inside the SDK internal file :
goSellSDK/Process.DataManager.swift:408: Fatal error: Should be implemented in subclass.
Any suggestion would be appreciated
The text was updated successfully, but these errors were encountered:
return await GoSellSdkFlutter.startPaymentSDK;
isUserAllowedToSaveCard: true,
isRequires3DSecure: true,
receipt: Receipt(true, true),
supportedPaymentMethods: ["visa", "APPLE_PAY"],
After this card appears with cancel options but when I click on it I am getting the following error and inside the SDK internal file :
goSellSDK/Process.DataManager.swift:408: Fatal error: Should be implemented in subclass.
Any suggestion would be appreciated
The text was updated successfully, but these errors were encountered: