Skip to content

Commit f3ef754

Browse files
author
Serhiy Zhovnir
committed
#22899 Add short description for saveTokenWithPaymentLink method
1 parent 2f64553 commit f3ef754

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)