We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
payment_method_subtype
We can have situations where we don't know the payment_method_subtype. e.g. Frontend doesn't know whether a card is credit or debit.
card
credit
debit
To support such scenarios we need to make payment_method_subtype nullable
The text was updated successfully, but these errors were encountered:
AnuthaDev
Successfully merging a pull request may close this issue.
We can have situations where we don't know the
payment_method_subtype
. e.g. Frontend doesn't know whether acard
iscredit
ordebit
.To support such scenarios we need to make
payment_method_subtype
nullableThe text was updated successfully, but these errors were encountered: