Skip to content

Commit 04a5740

Browse files
committed
fix: linting
1 parent 7dde331 commit 04a5740

File tree

1 file changed

+1
-1
lines changed
  • src/components/pay-theory-hosted-field

1 file changed

+1
-1
lines changed

src/components/pay-theory-hosted-field/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PayTheoryHostedField extends HTMLElement {
4343
origin: window.location.origin,
4444
styles: this._styles,
4545
placeholders: this._placeholders,
46-
amount: this._amount
46+
amount: this._amount,
4747
};
4848
const json = JSON.stringify(token);
4949
const encodedJson = window.btoa(json);

0 commit comments

Comments
 (0)