Skip to content

Commit

Permalink
ucs_init.php print_r fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikkamat committed Sep 16, 2024
1 parent 8f741bb commit 4e25be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ucs_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$request->setGsmNumber("+905555555555");

# make request
$result = \Iyzipay\Model\UCSInitialize::create($request,Config::options());
$result = \Iyzipay\Model\UCSInitialize::create($request, Config::options());

# print result
print_r($payment);
print_r($result);

0 comments on commit 4e25be6

Please sign in to comment.