Skip to content

Commit

Permalink
Update merchant id
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Nov 5, 2024
1 parent 013bc11 commit 3bee29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Payment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct Payment {

let completeSubject = PassthroughSubject<Bool, Never>()

static let merchantId = "merchant.org.kiwix"
static let merchantId = "merchant.org.kiwix.apple"
static let paymentSubscriptionManagingURL = "https://www.kiwix.org"
static let supportedNetworks: [PKPaymentNetwork] = [
.masterCard,
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ targetTemplates:
com.apple.security.files.user-selected.read-write: true
com.apple.security.network.client: true
com.apple.security.print: true
com.apple.developer.in-app-payments: [merchant.org.kiwix]
com.apple.developer.in-app-payments: [merchant.org.kiwix.apple]
dependencies:
- framework: CoreKiwix.xcframework
embed: false
Expand Down

0 comments on commit 3bee29b

Please sign in to comment.