Add wc order to the class

This commit is contained in:
dinamiko 2022-08-09 15:51:50 +02:00
parent 698f560dab
commit a2e2424046

View file

@ -9,6 +9,8 @@ declare( strict_types=1 );
namespace WooCommerce\PayPalCommerce\WcGateway\Helper;
use WC_Order;
/**
* Class PayUponInvoiceHelper
*/