Skip to content

Commit

Permalink
Fix/ab testing applepay (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushKapoorJuspay authored Nov 11, 2023
1 parent 67d24f0 commit dbbf0fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Payments/ApplePay.res
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ let default = (props: props) => {
let bodyDict = PaymentBody.applePayRedirectBody(~connectors)
processPayment(bodyDict)
}
loggerState.setLogInfo(
~value="",
~eventName=PAYMENT_DATA_FILLED,
~paymentMethod="APPLE_PAY",
(),
)
}

React.useEffect1(() => {
Expand Down

0 comments on commit dbbf0fb

Please sign in to comment.