Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation message for Spree::CreditCard
Deprecation messages on `CreditCard#default` and `CreditCard#default=` are a bit misleading, as they print out `CreditCard.default` but they are actually referencing an instance method, not a class one.
- Loading branch information