Tyler Kocheff
06/14/2023, 10:18 PMSpree::CreditCard, but I can't get the table in the database to populate during checkout, or even from the console when doing Spree::CreditCard.create(). I have tried adding to permitted_credit_card_update_attributes and just about every other possible permitted attribute I could think of. There is no error that I can find. Am I missing somewhere?kennyadsl
Spree::CreditCard is a subclass of Spree::PaymentSource , so that’s the table you should be looking for.Tyler Kocheff
06/15/2023, 3:32 PM