Enhanced Split Debug Output

RUNNING IN TEST MODE
User ID: 0
Name: Test User
Customer ID: cus_SG2TrbCpe24n2R
Email: tesat@example.com
Password: Set (hidden)
Device ID: 728569
API Base: https://api.theformulaic.com/api/v1/

======= SKIPPING REGISTRATION - FOCUSING ON LOGIN AND STRIPE UPDATE =======
🔍 STEP 1: ATTEMPTING LOGIN
Login response code: 200
Login response body: {"auth":{"accessToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2ODE3MTE1ZTZhYjBhNGUzYzFiMGQ1NmIiLCJ1c2VyRW1haWwiOiJ0ZXNhdEBleGFtcGxlLmNvbSIsInJvbGUiOiJVU0VSIiwic3RhdHVzIjoiVkVSSUZJRUQiLCJkZXZpY2VJZCI6IjcyODU2OSIsInBsYXRmb3JtIjoiV0VCIiwiaWF0IjoxNzUwMzg5NDU5LCJleHAiOjE3NTA5OTQyNTl9.ytCYmVn4u5yggzhewst67STU5Y1xGtTwfAtrib8loms","refreshToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2ODE3MTE1ZTZhYjBhNGUzYzFiMGQ1NmIiLCJ1c2VyRW1haWwiOiJ0ZXNhdEBleGFtcGxlLmNvbSIsInJvbGUiOiJVU0VSIiwic3RhdHVzIjoiVkVSSUZJRUQiLCJkZXZpY2VJZCI6IjcyODU2OSIsInBsYXRmb3JtIjoiV0VCIiwiaWF0IjoxNzUwMzg5NDU5LCJleHAiOjE3NTI5ODE0NTl9.Mu4Gejzscv1Ax6kc7CBkyGBk-DuHyyZtDOknPQJrmE4","expiresIn":604800},"user":{"_id":"6817115e6ab0a4e3c1b0d56b","name":"Test User","email":"tesat@example.com","wordpress":103,"abilityLevel":0,"percentHeartRate":0,"role":"USER","unit":"LBS","savedWorkouts":[],"status":"VERIFIED","bodyPartList":[],"workoutStyleList":[],"countWorkoutRepeat":0,"heartRate":{"above":0,"below":0},"freeChallenge":false,"lock":false,"version":2,"isShowedAds":false,"freeSubscribe":false,"hints":{"altWorkout":false,"player":false,"ratePopup":false,"viewPlan":false,"weekData":true,"fitnessTest":false},"fitnessTestRate":0,"createdAt":"2025-05-04T07:03:58.205Z","updatedAt":"2025-05-04T07:03:58.205Z"},"quizPassed":false,"paymentInformation":[],"joinedPlan":false,"apple":false}
✅ Access token retrieved: eyJhbGciOi...
Token expires in: 604800 seconds
Current timestamp: 1750389460
Token expiration timestamp: 1750994259
Time until expiration: 604799 seconds
🔍 STEP 2: ATTEMPTING STRIPE CUSTOMER UPDATE
Using customer ID: cus_SG2TrbCpe24n2R
Stripe update request data: {
    "customerId": "cus_SG2TrbCpe24n2R"
}
Request endpoint: https://api.theformulaic.com/api/v1/payment/stripe/customer
Request headers: {
    "deviceId": 728569,
    "platform": "WEB",
    "Content-Type": "application\/json",
    "Authorization": "Bearer eyJhbGciOi..."
}
Stripe update response code: 201
Stripe update response headers: {}
Stripe update response body: {"message":"Successfully replaced customer!"}
✅ Stripe customer ID update successful!
Response details: {
    "message": "Successfully replaced customer!"
}
======= DEBUGGING COMPLETE =======