We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dde331 commit 04a5740Copy full SHA for 04a5740
src/components/pay-theory-hosted-field/index.ts
@@ -43,7 +43,7 @@ class PayTheoryHostedField extends HTMLElement {
43
origin: window.location.origin,
44
styles: this._styles,
45
placeholders: this._placeholders,
46
- amount: this._amount
+ amount: this._amount,
47
};
48
const json = JSON.stringify(token);
49
const encodedJson = window.btoa(json);
0 commit comments