mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Add the missing argument
This commit is contained in:
parent
15250e5a83
commit
fe046ea48c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class WooCommerceOrderCreator {
|
|||
$item->set_total( $subscription_total );
|
||||
|
||||
$subscription->add_product( $product );
|
||||
$this->configure_shipping( $subscription, $payer, $shipping );
|
||||
$this->configure_shipping( $subscription, $payer, $shipping, $wc_cart );
|
||||
$this->configure_payment_source( $subscription );
|
||||
$this->configure_coupons( $subscription, $wc_cart->get_applied_coupons() );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue