Skip to content

Commit

Permalink
PR feedback: rename PayPalMessagingView to PayPalMessagingClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Dec 11, 2023
1 parent 178c35b commit 1ec74cc
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
@@ -1,4 +1,4 @@
package com.braintreepayments.api.paypalmessaging
class PayPalMessagingView {
class PayPalMessagingClient {
// TODO: Add functionality in a future PR
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.braintreepayments.api.paypalmessaging
class PayPalMessagingViewUnitTest {
class PayPalMessagingClientUnitTest {
// TODO: Add unit tests in a future PR
}

0 comments on commit 1ec74cc

Please sign in to comment.