Skip to content

Commit

Permalink
Provide correct PI client secret to test
Browse files Browse the repository at this point in the history
  • Loading branch information
egeniesse-stripe committed Jul 2, 2024
1 parent 4667a69 commit 152bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stripe/StripeiOSTests/STPPaymentMethodSunbitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import XCTest

class STPPaymentMethodSunbitTests: XCTestCase {

static let sunbitPaymentIntentClientSecret = "pi_3PWhWeFY0qyl6XeW0ByBJ26K_secret_zIhEsRYi9dep4sHDDwPXlbUtV"
static let sunbitPaymentIntentClientSecret = "pi_3PXmrrFY0qyl6XeW1KiGqDLP_secret_zAZk6ZD3cLPwb2lB6wTcLAhLU"

func _retrieveSunbitJSON(_ completion: @escaping ([AnyHashable: Any]?) -> Void) {
let client = STPAPIClient(publishableKey: STPTestingDefaultPublishableKey)
Expand Down

0 comments on commit 152bb34

Please sign in to comment.