Skip to content

Commit 73f3255

Browse files
authored
Merge pull request #50 from goodmuyis/patch-1
2 parents 02ccc18 + 07ae01d commit 73f3255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/payment-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class FlutterwaveController extends Controller
6969
'redirect_url' => route('callback'),
7070
'customer' => [
7171
'email' => request()->email,
72-
"phonenumber" => request()->phone,
72+
"phone_number" => request()->phone,
7373
"name" => request()->name
7474
],
7575

0 commit comments

Comments
 (0)