Use stored token id for subscription renewals

This commit is contained in:
Emili Castells Guasch 2023-10-31 14:22:17 +01:00
parent 5ff6c7be71
commit 4dbc6630b0
3 changed files with 86 additions and 31 deletions

View file

@ -178,7 +178,7 @@ class OrderEndpoint {
* @param string $shipping_preference One of ApplicationContext::SHIPPING_PREFERENCE_ values.
* @param Payer|null $payer The payer off the order.
* @param PaymentToken|null $payment_token The payment token.
* @param string $paypal_request_id The paypal request id.
* @param string $paypal_request_id The PayPal request id.
* @param string $user_action The user action.
*
* @return Order