Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-vysotskyi-cko committed Sep 13, 2024
1 parent bcbce63 commit f6400a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class DefaultAlternativePaymentMethodsServiceTests: XCTestCase {
func test_alternativePaymentMethodUrl_tokenization_succeeds() throws {
let request = POAlternativePaymentTokenizationRequest(
customerId: "cust_test",
tokenId: "tok_test",
customerTokenId: "tok_test",
gatewayConfigurationId: "gway_conf_test"
)

Expand All @@ -58,7 +58,7 @@ final class DefaultAlternativePaymentMethodsServiceTests: XCTestCase {

func test_alternativePaymentMethodUrl_authorizationWithToken_succeeds() throws {
let request = POAlternativePaymentAuthorizationRequest(
invoiceId: "iv_test", gatewayConfigurationId: "gway_conf_test", tokenId: "tok_test"
invoiceId: "iv_test", gatewayConfigurationId: "gway_conf_test", customerTokenId: "tok_test"
)

// When
Expand Down

0 comments on commit f6400a2

Please sign in to comment.