This commit is contained in:
Pedro Silva 2024-01-24 15:13:57 +00:00
parent 96b83c9d0d
commit 80df0c9b27
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
2 changed files with 3 additions and 5 deletions

View file

@ -66,9 +66,9 @@ class WooCommercePaymentTokens {
/**
* Creates a WC Payment Token for PayPal payment.
*
* @param int $customer_id The WC customer ID.
* @param string $token The PayPal payment token.
* @param string $email The PayPal customer email.
* @param int $customer_id The WC customer ID.
* @param string $token The PayPal payment token.
* @param string $email The PayPal customer email.
* @param string $payment_source The funding source.
*
* @return int