Skip to content

Commit

Permalink
WIP on feature/PM-563-dl-add-to-cart
Browse files Browse the repository at this point in the history
  • Loading branch information
hero-dokane committed Oct 23, 2024
1 parent faeee78 commit bba5be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/plans-quote/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export default function formDecoration(block, apiBaseUrl) {
if (currentPath.includes(PET_PLANS_LPM_URL)) {
productType = 'Lifetime Protection Membership';
} else if (currentPath.includes(PET_PLANS_LPM_PLUS_URL)) {
productType = 'Lifetime Protection Membership Plus';
productType = 'Lifetime Protection Membership - PLUS';
} else if (currentPath.includes(PET_PLANS_ANNUAL_URL)) {
productType = 'Annual Protection Membership';
}
Expand Down

0 comments on commit bba5be0

Please sign in to comment.