mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add order intent from settings on check saved payment scheduled action
This commit is contained in:
parent
89001f6533
commit
25ca7451e7
3 changed files with 9 additions and 8 deletions
|
@ -178,6 +178,7 @@ trait ProcessPaymentTrait {
|
|||
array(
|
||||
'order_id' => $order_id,
|
||||
'customer_id' => $wc_order->get_customer_id(),
|
||||
'intent' => $this->config->has( 'intent' ) ? $this->config->get( 'intent' ) : '',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue