mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add wc order to the class
This commit is contained in:
parent
698f560dab
commit
a2e2424046
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ declare( strict_types=1 );
|
|||
|
||||
namespace WooCommerce\PayPalCommerce\WcGateway\Helper;
|
||||
|
||||
use WC_Order;
|
||||
|
||||
/**
|
||||
* Class PayUponInvoiceHelper
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue