Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App is crashing on click of cancel options on Visa supported card #55

Open
SrivastavaShubham99 opened this issue Feb 5, 2024 · 0 comments

Comments

@SrivastavaShubham99
Copy link

SrivastavaShubham99 commented Feb 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant