Keep default "Place order" button text in continuation

This commit is contained in:
Alex P 2023-11-27 16:16:19 +02:00
parent 9f5d62e2f2
commit 3cd6f99266
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -277,6 +277,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
) {
$this->title = $this->funding_source_renderer->render_name( $funding_source );
$this->description = $this->funding_source_renderer->render_description( $funding_source );
$this->order_button_text = null;
}
}