Skip to content

Commit

Permalink
Added Mobile Confirmation Methods, updated wiki and examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allyans3 committed Jan 3, 2023
1 parent cd5b4e7 commit 33ae6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MobileConfirmations/conf_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

dd($api->detailed()
->withCustomCurlOpts([CURLOPT_COOKIEFILE => 'absolute_path_to_cookie_file']) // with cookie file
->withCookies($cookies) // or with cookies from string or array // or with cookies from string or array
->withCookies($cookies) // or with cookies from string or array
->getMobileConfList($options));

0 comments on commit 33ae6a3

Please sign in to comment.