Skip to content

Commit

Permalink
Fixed a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavs committed Nov 22, 2024
1 parent 7be38b7 commit a12b2ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
if(nuveiPaymentPlanCombinations.indexOf('{{ combinationForm.vars.value.id }}') < 0) {
console.log('This is not Nuvei Plan combination product.', nuveiPaymentPlanCombinations, {{ combinationForm.vars.value.id }});
return;
}
nuveiFillIframeFields();
}
Expand Down

0 comments on commit a12b2ea

Please sign in to comment.