We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6588bc5 commit 0611c36Copy full SHA for 0611c36
src/Paystack.php
@@ -360,7 +360,7 @@ public function createCustomer(){
360
"first_name" => request()->fname,
361
"last_name" => request()->lname,
362
"phone" => request()->phone,
363
- "metadata" => request()->addtional_info /* key => value pairs array */
+ "metadata" => request()->additional_info /* key => value pairs array */
364
365
];
366
@@ -395,7 +395,7 @@ public function updateCustomer($customer_id){
395
396
397
398
399
400
401
0 commit comments