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
Getting an error when using the example or following the docs for the payment processor: Non-abstract class 'MyPaymentProcessor' does not implement inherited abstract member 'updatePaymentData' from class 'AbstractPaymentProcessor'.
How can this issue be resolved?
Add updatePaymentData to the Docs and the example code
Remove updatePaymentData to be mandatory (not sure what it does)
Are you interested in working on this issue?
I would like to fix this issue
The text was updated successfully, but these errors were encountered:
Preliminary Checks
Issue Summary
Getting an error when using the example or following the docs for the payment processor: Non-abstract class 'MyPaymentProcessor' does not implement inherited abstract member 'updatePaymentData' from class 'AbstractPaymentProcessor'.
How can this issue be resolved?
Are you interested in working on this issue?
The text was updated successfully, but these errors were encountered: