mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Use object instead of stdclass for payment source properties
This commit is contained in:
parent
0e8e4dcaeb
commit
3ab8b3a97f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class PaymentSource {
|
||||||
/**
|
/**
|
||||||
* Payment source properties.
|
* Payment source properties.
|
||||||
*
|
*
|
||||||
* @var stdClass
|
* @var object
|
||||||
*/
|
*/
|
||||||
private $properties;
|
private $properties;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue