in client/fixtures/productBuilder/baseProducts.ts [504:584]
export function baseObserverDelivery(): ProductDetail {
return {
tier: 'Newspaper Delivery - Observer',
isPaidTier: true,
selfServiceCancellation: {
isAllowed: false,
shouldDisplayEmail: false,
phoneRegionsToDisplay: ['UK & ROW'],
},
billingCountry: 'United Kingdom',
joinDate: '2025-02-11',
optIn: true,
subscription: {
contactId: '0039E00001KA26BQAT',
deliveryAddress: {
addressLine1: 'Kings Place',
addressLine2: '90 York Way',
town: 'London',
postcode: 'N1 9GU',
country: 'United Kingdom',
},
safeToUpdatePaymentMethod: true,
start: '2025-02-11',
end: '2026-02-11',
nextPaymentPrice: 2099,
nextPaymentDate: '2025-02-11',
lastPaymentDate: null,
potentialCancellationDate: null,
chargedThroughDate: null,
renewalDate: '2026-02-11',
anniversaryDate: '2026-02-11',
cancelledAt: false,
subscriptionId: 'A-S00959486',
trialLength: 0,
autoRenew: true,
plan: {
name: 'Newspaper Delivery',
price: 2099,
currency: '£',
currencyISO: 'GBP',
billingPeriod: 'month',
start: '2022-12-23',
end: '2024-12-11',
shouldBeVisible: true,
features: '',
},
currentPlans: [
{
name: 'Sunday',
start: '2025-02-11',
end: '2026-02-11',
shouldBeVisible: true,
chargedThrough: null,
price: 2099,
currency: '£',
currencyISO: 'GBP',
billingPeriod: 'month',
features: '',
daysOfWeek: ['Sunday'],
},
],
futurePlans: [
{
name: null,
start: '2025-02-26',
end: '2025-02-26',
shouldBeVisible: true,
chargedThrough: null,
price: 500,
currency: '£',
currencyISO: 'GBP',
billingPeriod: 'month',
features: '',
},
],
readerType: 'Direct',
accountId: '8ad0824e7d584341017d5bc38c0d52dc',
},
isTestUser: false,
};
}