<?php
namespace FakerProviderzh_TW;
/**
* @deprecated Use {@link FakerProviderPayment} instead
* @see FakerProviderPayment
*/
class Payment extends FakerProviderPayment
{
/**
* @return array
*
* @deprecated Use {@link FakerProviderPayment::creditCardDetails()} instead
* @see FakerProviderPayment::creditCardDetails()
*/
public function creditCardDetails($valid = true)
{
return parent::creditCardDetails($valid);
}
}