Skip to content

Commit

Permalink
Merge pull request #257 from Adyen/removeUnusedCode
Browse files Browse the repository at this point in the history
Removed onError in card callback
  • Loading branch information
Robert-SD authored Sep 4, 2024
2 parents fb5d486 + b9701c0 commit a7173e8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.adyen.checkout.flutter.components.card.advanced

import ComponentFlutterInterface
import com.adyen.checkout.card.CardComponentState
import com.adyen.checkout.components.core.ComponentError
import com.adyen.checkout.flutter.components.base.ComponentAdvancedCallback

internal class CardAdvancedCallback(
Expand All @@ -14,8 +13,4 @@ internal class CardAdvancedCallback(
assignCurrentComponent.invoke()
super.onSubmit(state)
}

override fun onError(componentError: ComponentError) {
super.onError(componentError)
}
}

0 comments on commit a7173e8

Please sign in to comment.