This commit is contained in:
2022-08-07 14:22:10 -04:00
parent c56c08f311
commit a57db5292a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ system:
upload_size_limit = "3145728";
};
flutterwave:
{
public_key = "FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X";
};
PaypalOld:
{
+1
View File
@@ -420,6 +420,7 @@ $data['tx_ref'] = 'wrench-'.rand(1000000000,9999999999);
$data['redirect_url'] = base_url() . "dash"; //"https://oameye.work.wrenchboard.com/dash";
$data['public_key'] = "FLWPUBK_TEST-54c90141b028789d671067bd72f781a9-X";
*/
out["public_key"] = CfgReadChar("flutterwave.public_key");
try {
REQ_LONG(in, "member_id", 1, -1);