Closed ronnieoverby closed 4 years ago
Any initial thoughts about pulling this in?
@ronnieoverby This is an undocumented method, and likely up for deprecation, so I'm not sure we want to add an async method here. Are you using FromNonce
, or did you just notice that it didn't have an async method?
We are using it to get a credit card that drop-in is responsible for vaulting. Please don't deprecate it!
@ronnieoverby We've merged in this change, and it will be in the next release.
👋 @ronnieoverby your additions just got added in version 4.18.0, thanks again for the PR!
Summary
The credit card gateway has a
FromNonce
method without an async counterpart. This PR adds it.Checklist