Skip to content

Commit 5e07963

Browse files
ENGCOM-5121: #22899 Fix the issue with Incorrect return type at getListByCustomerId in PaymentTokenManagementInterface #22914
- Merge Pull Request #22914 from serhiyzhovnir/magento2:issue-22899-fix-the-issue-with-return-type - Merged commits: 1. 6e5cdb1 2. f1c85d4
2 parents 455d508 + f1c85d4 commit 5e07963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Vault/Api/PaymentTokenManagementInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ public function getByGatewayToken($token, $paymentMethodCode, $customerId);
5656
public function getByPublicHash($hash, $customerId);
5757

5858
/**
59+
* Save token with payment link
60+
*
5961
* @param PaymentTokenInterface $token
6062
* @param OrderPaymentInterface $payment
6163
* @return bool

0 commit comments

Comments
 (0)