Skip to content

Commit

Permalink
Fix block checkout php error for in3 fields
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Nov 23, 2023
1 parent 4b00f5b commit ac6bf18
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@ protected function phoneNumber()
</p>
<?php
}

public function getFieldMarkup($gateway, $dataHelper)
{
return "";
}
}

0 comments on commit ac6bf18

Please sign in to comment.