Skip to content

Commit

Permalink
Removed unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Oct 30, 2024
1 parent 5b536c3 commit ab02597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/BraintreeVenmo/BTVenmoClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ import BraintreeCore
_ = try self.verifyAppSwitch(with: configuration)
} catch {
self.notifyFailure(with: error, completion: completion)
return
}

// Merchants are not allowed to collect user addresses unless ECD (Enriched Customer Data) is enabled on the BT Control Panel.
Expand Down

0 comments on commit ab02597

Please sign in to comment.