Skip to content

Commit

Permalink
feat(stripe): removing details from 3ds post message handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroapfilho committed Dec 15, 2021
1 parent 2f65cb0 commit e8423e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ThreeDSHandlerStripe = ({ buySellActions, domains, order }: Props) => {
const handlePostMessage = async ({
data
}: {
data: { details: any; provider: 'stripe'; status: 'error' | 'success' }
data: { provider: 'stripe'; status: 'error' | 'success' }
}) => {
if (data.provider !== 'stripe') return

Expand Down

0 comments on commit e8423e7

Please sign in to comment.