Skip to content

Commit

Permalink
Merge pull request #221 from ledgerleapllc/development
Browse files Browse the repository at this point in the history
Sync development to staging
  • Loading branch information
ledgerleapllc authored Dec 8, 2022
2 parents 9f74119 + 6fb0f0d commit 30c9482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Controllers/Api/V1/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,8 @@ public function sendHellosignRequest()
'https://members-backend-staging.casper.network/',
];

if (in_array(env('APP_URL'), $whitelist)) $request->enableTestMode();
// if (in_array(env('APP_URL'), $whitelist)) $request->enableTestMode();
$request->enableTestMode();

$request->setTemplateId($template_id);
$request->setSubject('Member Agreement');
Expand Down

0 comments on commit 30c9482

Please sign in to comment.