We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a557683 commit 64b20aeCopy full SHA for 64b20ae
app/code/Magento/Vault/Model/PaymentTokenRepository.php
@@ -142,7 +142,7 @@ public function delete(Data\PaymentTokenInterface $paymentToken)
142
/**
143
* Performs persist operations for a specified payment token.
144
*
145
- * @param \Magento\Vault\Api\Data\PaymentTokenInterface $entity The payment token.
+ * @param \Magento\Vault\Api\Data\PaymentTokenInterface $paymentToken The payment token.
146
* @return \Magento\Vault\Api\Data\PaymentTokenInterface Saved payment token data.
147
*/
148
public function save(Data\PaymentTokenInterface $paymentToken)
0 commit comments