Skip to content

Commit f1c85d4

Browse files
author
Serhiy Zhovnir
committed
#22899 Add short description for saveTokenWithPaymentLink method
1 parent 6e5cdb1 commit f1c85d4

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)