Skip to content

Commit 6770b8c

Browse files
Update src/field-set/payment-fields-v2.ts
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent 04a5740 commit 6770b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/field-set/payment-fields-v2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const mountProcessedElements = async (props: {
9999
}
100100
});
101101
value.elements.transacting.forEach(element => {
102-
const container = document.getElementById(element.containerId);
102+
const container = document.getElementById(String(element.containerId));
103103
element.frame.apiKey = apiKey;
104104
element.frame.styles = styles;
105105
element.frame.placeholders = placeholders;

0 commit comments

Comments
 (0)