Skip to content

Commit b8b5371

Browse files
committed
Fixing type
1 parent 88e3e2f commit b8b5371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/net/authorize/api/controller/CreateTransactionControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testCreateTransactionPayPal()
9292
}
9393
}
9494

95-
public function testCreateTransactionApplyPay()
95+
public function testCreateTransactionApplePay()
9696
{
9797
$merchantAuthentication = new apiContract\MerchantAuthenticationType();
9898
$merchantAuthentication->setName(self::$LoginName);

0 commit comments

Comments
 (0)