We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66b9c1 commit 1ea3fbfCopy full SHA for 1ea3fbf
Networking/NetworkingTests/Remote/StripeRemoteTests.swift
@@ -594,7 +594,7 @@ final class StripeRemoteTests: XCTestCase {
594
let expectedLocationID = "tml_0123456789abcd"
595
596
network.simulateResponse(
597
- requestUrlSuffix: "payments/terminal/locations/store",
+ requestUrlSuffix: "wc_stripe/terminal/locations/store",
598
filename: "stripe-location"
599
)
600
@@ -613,7 +613,7 @@ final class StripeRemoteTests: XCTestCase {
613
let remote = StripeRemote(network: network)
614
615
616
617
filename: "stripe-location-error"
618
619
0 commit comments