📜  omnipay testmode - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:11.008000             🧑  作者: Mango

代码示例1
$settings = $gateway->getDefaultParameters();
// default settings array format:
array(
    'username' => '', // string variable
    'testMode' => false, // boolean variable
    'landingPage' => array('billing', 'login'), // enum variable, first item should be treated as default
);