Check if default wallet source is expired before building payment #3980
mdamian322
started this conversation in
New Features or Ideas
Replies: 1 comment
-
@mdamian322 what is the payment source class you're using? I don't see an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We were having an issue of payments getting created with a default card that was expired. We ended up overriding the
build
method in the DefaultPaymentBuilder Model and just addedexpired?
to the check on line 17. So the method looks like:Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions