Skip to content

Commit

Permalink
chore: removed event
Browse files Browse the repository at this point in the history
  • Loading branch information
sakksham7 committed Nov 20, 2024
1 parent 96d01aa commit 67ef9f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/PaymentElement.res
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ let make = (~cardProps, ~expiryProps, ~cvcProps, ~paymentType: CardThemeType.mod
| (Some(_token), true, _) => {
logger.setLogInfo(
~value="PayPal Invoke SDK Flow in Tabs",
~eventName=PAYPAL_SDK_TABS_FLOW,
~eventName=PAYPAL_SDK_FLOW,
)
React.null
}
Expand Down
1 change: 0 additions & 1 deletion src/hyper-log-catcher/HyperLogger.res
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ type eventName =
| EXTERNAL_TAX_CALCULATION
| POST_SESSION_TOKENS_CALL
| POST_SESSION_TOKENS_CALL_INIT
| PAYPAL_SDK_TABS_FLOW

let eventNameToStrMapper = (eventName: eventName) => (eventName :> string)

Expand Down

0 comments on commit 67ef9f8

Please sign in to comment.