Skip to content

Commit f40c452

Browse files
committed
Tweak config
Use examples from omnipay
1 parent e7f5497 commit f40c452

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/config/config.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return array(
44

55
/** The default gateway name */
6-
'gateway' => 'My\Gateway',
6+
'gateway' => 'PayPal_Express',
77

88
/** The default settings, applied to all gateways */
99
'defaults' => array(
@@ -12,8 +12,9 @@
1212

1313
/** Gateway specific parameters */
1414
'gateways' => array(
15-
'My\Gateway' => array(
16-
15+
'PayPal_Express' => array(
16+
'username' => '',
17+
'landingPage' => array('billing', 'login'),
1718
),
1819
),
1920

0 commit comments

Comments
 (0)