Skip to content

Commit 3bee29b

Browse files
committed
Update merchant id
1 parent 013bc11 commit 3bee29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/Payment.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct Payment {
2222

2323
let completeSubject = PassthroughSubject<Bool, Never>()
2424

25-
static let merchantId = "merchant.org.kiwix"
25+
static let merchantId = "merchant.org.kiwix.apple"
2626
static let paymentSubscriptionManagingURL = "https://www.kiwix.org"
2727
static let supportedNetworks: [PKPaymentNetwork] = [
2828
.masterCard,

project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ targetTemplates:
5959
com.apple.security.files.user-selected.read-write: true
6060
com.apple.security.network.client: true
6161
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]
6363
dependencies:
6464
- framework: CoreKiwix.xcframework
6565
embed: false

0 commit comments

Comments
 (0)