₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,118 members, 8,420,458 topics. Date: Thursday, 04 June 2026 at 08:16 PM

Toggle theme

Kanuclinton's Posts

Nairaland ForumKanuclinton's ProfileKanuclinton's Posts

1 (of 1 pages)

ProgrammingRe: [Tutorial Post] How To Integrate Paystack Payment System With PHP by kanuclinton(m): 5:27pm On Jun 04, 2018
I inserted the pay.php code withing the body tags of my PHP program.

$headers = [
'Authorization: Bearer sk_test_*********************************',
'Content-Type: application/json',

];

The above section of the code returns this error:
( ! ) Parse error: syntax error, unexpected '{' in C:\wamp\www\cleanscript\payment-test\pay.php on line 45

How do I handle this?

1 (of 1 pages)