This commit is contained in:
Pedro Silva 2024-02-05 16:43:22 +00:00
parent 6a99a9befc
commit 9f859da8cb
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -483,8 +483,8 @@ class RenewalHandler {
/**
* Updates the payment source name to the one really used for the payment.
*
* @param PaymentSource $payment_source
* @param \WC_Order $wc_order
* @param PaymentSource $payment_source The Payment Source.
* @param \WC_Order $wc_order WC order.
* @return void
*/
private function update_payment_source( PaymentSource $payment_source, \WC_Order $wc_order ): void {