You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Example/Stripe iOS Example (Custom)/Constants.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
#warning Replace these with your own values and then remove this warning. Make sure to replace the values in StripeExample/Parse/config/global.json as well if you want to use Parse.
12
12
13
13
// This can be found at https://dashboard.stripe.com/account/apikeys
14
-
NSString *const StripePublishableKey = nil; // TODO: replace nil with your own value
14
+
NSString *const StripePublishableKey = @"pk_test_vOo1umqsYxSrP5UXfOeL3ecm"; // TODO: replace nil with your own value
15
15
16
16
// These can be found at https://www.parse.com/apps/stripe-test/edit#app_keys
17
17
NSString *const ParseApplicationId = nil; // TODO: replace nil with your own value
0 commit comments