Quote Originally Posted by gizmo_girl View Post
Square WebPay version 1.0.4

Here is the code from that section:

public function selection()
{
$selection = [
'id' => $this->code,
'module' => $this->title,
'fields' => [
[
'title' => '',
'field' => '<div id="card-container" ></div>
<button id="card-button" type="button">Use Credit Card</button>',
],
],
];

return $selection;
}
do you see any of this:
HTML Code:
<div id="card-container" ></div>
<button id="card-button" type="button">Use Credit Card</button>
when you use dev tools by right click in chrome inspect?