We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6770b8c commit 4943c25Copy full SHA for 4943c25
src/components/pay-theory-hosted-field-transactional/index.ts
@@ -95,7 +95,7 @@ class PayTheoryHostedFieldTransactional extends PayTheoryHostedField {
95
protected _readyPort: MessagePort | undefined;
96
97
// Used to track if the socket is connected
98
- protected _isConnected: boolean = false;
+ protected _isConnected = false;
99
100
// List of fields that are a part of this group used to transact for this transactional element
101
protected _fieldTypes: Array<ElementTypes>;
0 commit comments