mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Just remove the to_array
part
This commit is contained in:
parent
c5a90d8ca3
commit
87dd2c1bfc
1 changed files with 0 additions and 3 deletions
|
@ -228,9 +228,6 @@ class Order {
|
|||
if ( $this->application_context() ) {
|
||||
$order['application_context'] = $this->application_context()->to_array();
|
||||
}
|
||||
if ( $this->payment_source() ) {
|
||||
$order['payment_source'] = $this->payment_source();
|
||||
}
|
||||
|
||||
return $order;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue