Skip to content

Commit 38c3206

Browse files
committed
[chore] clean sample
1 parent 55b93e1 commit 38c3206

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Example/Paystack iOS Example/ViewController.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ class ViewController: UIViewController, PSTCKPaymentCardTextFieldDelegate {
1111
// MARK: REPLACE THESE
1212
// Replace these values with your application's keys
1313
// Find this at https://dashboard.paystack.co/#/settings/developer
14-
let paystackPublicKey = "pk_live_2bf31d4aea08ab31f5d0cfd645c7e4f67025d259"
14+
let paystackPublicKey = ""
1515

1616
// To set this up, see https://github.com/PaystackHQ/sample-charge-card-backend
17-
let backendURLString = "https://infinite-peak-60063.herokuapp.com"
18-
19-
let capPrice : UInt = 7580 // this is in kobo (so 75Naira 80kobo);
17+
let backendURLString = ""
2018

2119
let card : PSTCKCard = PSTCKCard()
2220

0 commit comments

Comments
 (0)