Skip to content

Commit

Permalink
telefon-vergisi-hesaplayici: add Samsung Galaxy Z Flip4 as preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 17, 2023
1 parent a816b71 commit 142a0fa
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions calculators/telefon-vergisi-hesaplayici/data/preset-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,37 @@ export default [
price: 1959.99,
currency: "USD"
}
},


// Samsung Galaxy Z Flip4
{
presetId: 14,
title: "128GB",
form: {
price: 899.99,
currency: "USD"
},
retailPrice: {
value: 35999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-z-flip4/"
}
},
{
presetId: 14,
title: "256GB",
form: {
price: 1059.99,
currency: "USD"
}
},
{
presetId: 14,
title: "512GB",
form: {
price: 1179.99,
currency: "USD"
}
}
];
11 changes: 11 additions & 0 deletions calculators/telefon-vergisi-hesaplayici/data/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,16 @@ export default [
url: buildUrl("samsung-galaxy-z-fold4"),
ogImageName: "telefon-vergisi-hesaplayici-samsung-galaxy-z-fold4.jpg",
...buildPageMeta("Samsung Galaxy Z Fold4'ün")
},
{
id: 14,
brandId: 2,
title: "Galaxy Z Flip4",
slug: "samsung-galaxy-z-flip4",
releaseDate: new Date("2022-10-26"),
thumbnail: "telefon-vergisi-hesaplayici/img/samsung-galaxy-z-flip4.png",
url: buildUrl("samsung-galaxy-z-flip4"),
ogImageName: "telefon-vergisi-hesaplayici-samsung-galaxy-z-flip4.jpg",
...buildPageMeta("Samsung Galaxy Z Flip4'ün")
}
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 142a0fa

Please sign in to comment.