Skip to content

Commit

Permalink
Update ConfigGenerator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Nov 20, 2019
1 parent 0c88e3b commit add76b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ConfigGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

if ($generatePayrollToken) {

$facade = 'merchant';
$facade = 'payroll';

$postData = json_encode(
[
Expand Down Expand Up @@ -236,4 +236,4 @@
}
} catch (Exception $ex) {
echo $ex->getMessage();
}
}

0 comments on commit add76b1

Please sign in to comment.