Skip to content

Commit

Permalink
Update indentation for misaligned parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclync committed Nov 26, 2024
1 parent 99feb39 commit b601a7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Hardware/Hardware/CardReader/PaymentIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ public extension PaymentIntent {
//
public extension PaymentIntent {
static func initMetadata(store: String? = nil,
customerName: String? = nil,
customerEmail: String? = nil,
siteURL: String? = nil,
orderID: Int64? = nil,
orderKey: String? = nil,
paymentType: PaymentTypes? = nil,
customerName: String? = nil,
customerEmail: String? = nil,
siteURL: String? = nil,
orderID: Int64? = nil,
orderKey: String? = nil,
paymentType: PaymentTypes? = nil,
channel: PaymentChannel? = nil
) -> [String: String] {
var metadata = [String: String]()
Expand Down

0 comments on commit b601a7c

Please sign in to comment.