Skip to content

Commit

Permalink
Applied change from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Dec 19, 2024
1 parent 2b05fee commit 63affaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/dropIn/DropInPlatformApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class DropInPlatformApi: DropInPlatformInterface {
}

private func removeGiftCardPaymentMethods(paymentMethods: PaymentMethods, isPartialPaymentSupported: Bool) -> PaymentMethods {
guard !isPartialPaymentSupported else {
if isPartialPaymentSupported {
return paymentMethods
}

Expand Down

0 comments on commit 63affaa

Please sign in to comment.