remove test merchant id

This commit is contained in:
Ben Guo 2016-09-20 12:00:09 -04:00
parent c7f5b093ac
commit 73bb0295c2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class CheckoutViewController: UIViewController, STPPaymentContextDelegate {
// 3) Optionally, to enable Apple Pay, follow the instructions at https://stripe.com/docs/mobile/apple-pay
// to create an Apple Merchant ID. Replace nil on the line below with it (it looks like merchant.com.yourappname).
let appleMerchantID: String? = "foo"
let appleMerchantID: String? = nil
// These values will be shown to the user when they purchase with Apple Pay.
let companyName = "Emoji Apparel"