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 3a8e00c commit 3db6230Copy full SHA for 3db6230
Networking/NetworkingTests/Mapper/PaymentGatewayMapperTests.swift
@@ -52,7 +52,7 @@ private extension PaymentGatewayMapperTests {
52
return try PaymentGatewayMapper(siteID: dummySiteID).map(response: response)
53
}
54
55
- /// Returns the PaymentGatewayMapper output from `paymentGateway.json`
+ /// Returns the PaymentGatewayMapper output from `payment-gateway-cod.json`
56
///
57
func mapRetrievePaymentGatewayResponse() throws -> PaymentGateway {
58
return try mapPaymentGateway(from: "payment-gateway-cod")
0 commit comments