Fill with empty data the initial PayPal account - refs #7768

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 18b23add86
commit 970814a113
  1. 6
      plugin/buycourses/database.php

@ -152,9 +152,9 @@ $saleTable = Database::get_main_table(BuyCoursesPlugin::TABLE_SALE);
Database::insert( Database::insert(
$paypalTable, $paypalTable,
[ [
'username' => 'API_UserName', 'username' => '',
'password' => 'API_Password', 'password' => '',
'signature' => 'API_Signature', 'signature' => '',
'sandbox' => true 'sandbox' => true
] ]
); );

Loading…
Cancel
Save