Skip to content

Fixed a bug when providing a card name you have to click two times on Pay Button

Compare
Choose a tag to compare
@OsamaRabie OsamaRabie released this 11 Jun 08:46
· 135 commits to master since this release

internal var cardHolderName: String? {
guard let customer = customer, let firstName = customer.firstName else { return "tap default card holder name" }
return firstName
}