<?php
namespace Faker\Provider\zh_TW;
/**
* @deprecated Use {@link \Faker\Provider\Payment} instead
* @see \Faker\Provider\Payment
*/
class Payment extends \Faker\Provider\Payment
{
/**
* @return array
*
* @deprecated Use {@link \Faker\Provider\Payment::creditCardDetails()} instead
* @see \Faker\Provider\Payment::creditCardDetails()
*/
public function creditCardDetails($valid = true)
{
return parent::creditCardDetails($valid);
}
}
To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.