Skip to content

Commit

Permalink
fix signature typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Apr 16, 2020
1 parent aedf003 commit 70933b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WFPClient/WFPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ open class WFPClient {
addSignItem(to: &string, request.merchantDomainName)
addSignItem(to: &string, request.orderReference)
addSignItem(to: &string, "\(request.orderDate)")
addSignItem(to: &string, "\(request.amount))")
addSignItem(to: &string, "\(request.amount)")
addSignItem(to: &string, request.currency.rawValue)
request.productName.forEach { (name) in
addSignItem(to: &string, name)
Expand Down
2 changes: 1 addition & 1 deletion WFPClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WFPClient'
s.module_name = 'WFPClient'
s.version = '0.2.2'
s.version = '0.2.3'
s.summary = 'WayForPay Swift Client for Apple Pay.'
s.swift_version = '5.1'

Expand Down

0 comments on commit 70933b3

Please sign in to comment.