Commit 3bee29b 1 parent 013bc11 commit 3bee29b Copy full SHA for 3bee29b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct Payment {
22
22
23
23
let completeSubject = PassthroughSubject < Bool , Never > ( )
24
24
25
- static let merchantId = " merchant.org.kiwix "
25
+ static let merchantId = " merchant.org.kiwix.apple "
26
26
static let paymentSubscriptionManagingURL = " https://www.kiwix.org "
27
27
static let supportedNetworks : [ PKPaymentNetwork ] = [
28
28
. masterCard,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ targetTemplates:
59
59
com.apple.security.files.user-selected.read-write : true
60
60
com.apple.security.network.client : true
61
61
com.apple.security.print : true
62
- com.apple.developer.in-app-payments : [merchant.org.kiwix]
62
+ com.apple.developer.in-app-payments : [merchant.org.kiwix.apple ]
63
63
dependencies :
64
64
- framework : CoreKiwix.xcframework
65
65
embed : false
You can’t perform that action at this time.
0 commit comments