Skip to content

Commit 240796f

Browse files
committed
prevent pipeline error with unused constant
1 parent 39a45ae commit 240796f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PayPalWebPayments/PayPalWebCheckoutClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class PayPalWebCheckoutClient: NSObject {
7373

7474
case .fallback(let reason):
7575
// TODO: analytics
76+
_ = reason
7677
startWebCheckoutFlow(request: request, completion: completionOnce)
7778
}
7879
} else {

0 commit comments

Comments
 (0)