- Added tests for Pay
- Fixed some tests/code for PayDriver - Added i18n for PayDriver - Added a really, really bare-bones Cash plugin.
This commit is contained in:
parent
39a0b6ff1f
commit
60362cb747
7 changed files with 415 additions and 23 deletions
|
|
@ -222,7 +222,7 @@ sub insertCommercePayDriverTable {
|
|||
print "\tInstall the Commerce PayDriver Table.\n" unless ($quiet);
|
||||
# and here's our code
|
||||
$session->db->write(<<EOSQL);
|
||||
CREATE TABLE payment_Gateway (
|
||||
CREATE TABLE paymentGateway (
|
||||
paymentGatewayId VARCHAR(22) binary NOT NULL primary key,
|
||||
label VARCHAR(255),
|
||||
className VARCHAR(255),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue