????

Your IP : 18.219.23.38


Current Path : /home/thenclexdoctor.com/public_html/vendor/myonlinestore/omnipay-klarna-checkout/src/
Upload File :
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)));
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...