mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix lint
This commit is contained in:
parent
96b83c9d0d
commit
80df0c9b27
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue