Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Dec 12, 2023
1 parent 209f519 commit 84a50f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ interface LocalPaymentAuthCallback {
* @param paymentAuthRequest a request used to launch the PayPal web authentication flow
*/
fun onLocalPaymentAuthRequest(paymentAuthRequest: LocalPaymentAuthRequest)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ interface LocalPaymentTokenizeCallback {
* @param localPaymentResult a success, failure, or cancel result from the local payment flow
*/
fun onLocalPaymentResult(localPaymentResult: LocalPaymentResult)
}
}

0 comments on commit 84a50f6

Please sign in to comment.