Skip to content

Commit 0611c36

Browse files
author
Okubanjo Oluwafunsho
committed
Fixed typo - additional_info
1 parent 6588bc5 commit 0611c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Paystack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function createCustomer(){
360360
"first_name" => request()->fname,
361361
"last_name" => request()->lname,
362362
"phone" => request()->phone,
363-
"metadata" => request()->addtional_info /* key => value pairs array */
363+
"metadata" => request()->additional_info /* key => value pairs array */
364364

365365
];
366366

@@ -395,7 +395,7 @@ public function updateCustomer($customer_id){
395395
"first_name" => request()->fname,
396396
"last_name" => request()->lname,
397397
"phone" => request()->phone,
398-
"metadata" => request()->addtional_info /* key => value pairs array */
398+
"metadata" => request()->additional_info /* key => value pairs array */
399399

400400
];
401401

0 commit comments

Comments
 (0)