SCRUM-140: Bump fulfillr images to 20260717.0202; snipcart_api_key via EXTRA_VARS

The import-only Snipcart key renders empty on normal deploys (import
endpoint 503s); it was injected via EXTRA_VARS just for the historical
refund re-import and is now blanked again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bastian de Byl
2026-07-16 22:43:13 -04:00
parent 6737b4621d
commit b380e33c92
3 changed files with 9 additions and 3 deletions
@@ -7,6 +7,9 @@
{
"easypost_api_key": "{{ fulfillr_dev_easypost_api_key }}",
"stripe_api_key": "{{ fulfillr_dev_stripe_api_key }}",
{# Snipcart key only for the one-time historical re-import (SCRUM-140); injected
via EXTRA_VARS at deploy time, renders empty (import disabled) on normal deploys. #}
"snipcart_api_key": "{{ fulfillr_snipcart_api_key | default('') }}",
"backinstock_table": "debyltech-backinstock-dev",
"cases_table": "debyltech-cases-dev",
"tickets_table": "debyltech-tickets-dev",