Skip to content

Commit

Permalink
Fixed integration tests error 🚒
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Dec 18, 2024
1 parent 3ad42f7 commit 03c22b9
Showing 1 changed file with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@
'prices' => [
'upgrades' => [
(object) [
"name"=> "Growth",
'name' => 'Growth',
'type' => 'growth',
'saving' => 150,
'upgrade_url' => "https://growthupgradeurl.com/",
'regular_price' => 200,
'websites' => "3",
'stacked' => false,
]
],
],
Expand Down Expand Up @@ -162,7 +168,7 @@
get a<strong>
20% off</strong>
for<strong>
upgrading your license to Plus or Infinite!</strong>
upgrading your license to Growth!</strong>
</p>
</div>
<div class="rocket-promo-cta-block">
Expand Down Expand Up @@ -205,7 +211,13 @@
'prices' => [
'upgrades' => [
(object) [
"name"=> "Growth",
'name' => 'Multi',
'type' => 'multi100',
'saving' => 150,
'upgrade_url' => "https://growthupgradeurl.com/",
'regular_price' => 200,
'websites' => "3",
'stacked' => false,
]
],
],
Expand Down Expand Up @@ -254,7 +266,7 @@
get a<strong>
20% off</strong>
for<strong>
upgrading your license to Infinite!</strong>
upgrading your license to Multi!</strong>
</p>
</div>
<div class="rocket-promo-cta-block">
Expand Down

0 comments on commit 03c22b9

Please sign in to comment.