Skip to content

Commit 70933b3

Browse files
committed
fix signature typo
1 parent aedf003 commit 70933b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/WFPClient/WFPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ open class WFPClient {
7979
addSignItem(to: &string, request.merchantDomainName)
8080
addSignItem(to: &string, request.orderReference)
8181
addSignItem(to: &string, "\(request.orderDate)")
82-
addSignItem(to: &string, "\(request.amount))")
82+
addSignItem(to: &string, "\(request.amount)")
8383
addSignItem(to: &string, request.currency.rawValue)
8484
request.productName.forEach { (name) in
8585
addSignItem(to: &string, name)

WFPClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'WFPClient'
1111
s.module_name = 'WFPClient'
12-
s.version = '0.2.2'
12+
s.version = '0.2.3'
1313
s.summary = 'WayForPay Swift Client for Apple Pay.'
1414
s.swift_version = '5.1'
1515

0 commit comments

Comments
 (0)