Skip to content

Commit

Permalink
remove redundant bool check
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbesel committed Aug 19, 2024
1 parent 0cb0fb7 commit 19843c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdyenCashAppPay/CashAppPayComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public final class CashAppPayComponent: PaymentComponent,
actions.append(oneTimeAction)
}

if storePayment == true {
if storePayment {
let onFileAction = PaymentAction.onFilePayment(scopeID: cashAppPayPaymentMethod.scopeId,
accountReferenceID: nil)
actions.append(onFileAction)
Expand Down

0 comments on commit 19843c5

Please sign in to comment.