????
Current Path : /home/thenclexdoctor.com/public_html/vendor/myonlinestore/omnipay-klarna-checkout/src/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/myonlinestore/omnipay-klarna-checkout/src/Customer.php |
<?php declare(strict_types=1); namespace MyOnlineStore\Omnipay\KlarnaCheckout; final class Customer extends \ArrayObject { /** * @param array $data * * @return Customer */ public static function fromArray(array $data): Customer { $defaults = [ 'date_of_birth' => null, 'type' => 'person', ]; return new self(\array_merge($defaults, \array_intersect_key($data, $defaults))); } }
Sorry, this page is not available...