Skip to content

Commit

Permalink
Remove the unused test key
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiphong-p committed Apr 19, 2019
1 parent 1b96599 commit ebec7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExampleApp/Swift/ProductDetailViewController.swift
Expand Up @@ -4,7 +4,7 @@ import OmiseSDK

@objc(OMSExampleProductDetailViewController)
class ProductDetailViewController: OMSBaseViewController {
private let publicKey = "pkey_test_5dhrv65onpi4pl74vvy"
private let publicKey = "pkey_test_<#Omise Public Key#>"

override func shouldPerformSegue(withIdentifier identifier: String, sender: Any?) -> Bool {
if identifier == "PresentCreditFormWithModal" || identifier == "ShowCreditForm"
Expand Down
Expand Up @@ -2,7 +2,7 @@ import UIKit
import OmiseSDK
import PlaygroundSupport

let publicKey = "pkey_test_3409854390"
let publicKey = "pkey_test_<#Omise Public Key#>"

/*: payment-creator
Expand Down

0 comments on commit ebec7c1

Please sign in to comment.