From 78a724f55a22e904f54568ce0abb937313e2326f Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:18:10 -0500 Subject: [PATCH] thanks airtable --- app/shipment_types.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shipment_types.rb b/app/shipment_types.rb index 0415d5f..38e354b 100644 --- a/app/shipment_types.rb +++ b/app/shipment_types.rb @@ -503,7 +503,7 @@ class PrintfulShipment < Shipment "mystic_tavern" => "MysticTavernShipment" } def date - fields['created'] || fields['%order:created'] + fields['created'] || Date.parse(fields['%order:created']).iso8601 end def title_text