This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<?php | |
use Carbon\Carbon; | |
use CardinalstoneRestServer\services\mail\Mailer; | |
?> | |
<TABLE class=full-width-container style="HEIGHT: 100%; FONT-FAMILY: Calibri(Body); WIDTH: 100%; PADDING-BOTTOM: 30px; PADDING-TOP: 30px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px" height="100%" cellSpacing=0 cellPadding=0 width="100%" bgColor=#eeeeee border=0> | |
<TBODY> | |
<TR> | |
<TD vAlign=top align=center> | |
<TABLE class=container style="WIDTH: 720px" cellSpacing=0 cellPadding=0 width=720 bgColor=#ffffff border=0> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Top Gainers | |
[ | |
{ | |
"id": "f7df4971-56d3-4355-a209-253478bf071c", | |
"tenant": "css", | |
"createdBy": "daemon", | |
"createdAt": "2024-10-29T10:59:00.671973669Z", | |
"marketCode": "NGX", | |
"marketSegmentId": "", | |
"secId": "LIVESTOCK", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Price": "2.99", | |
"Date": "10/23/2024 12:00:00 AM" | |
}, | |
{ | |
"Price": "2.99", | |
"Date": "10/24/2024 12:00:00 AM" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
investment account creation | |
const payload = { | |
clientId, | |
branchId, | |
productId, | |
mgmtType: 'SELF', | |
accountUsage: 'LIVE', | |
accountLabel: | |
user.user_type === UserType.Individual | |
? `${user.first_name || ''} ${user.last_name} (securities)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<htmL> | |
<head> | |
</head> | |
<body> | |
<table class="full-width-container" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" bgcolor="#eeeeee" style="width: 100%; height: 100%; padding: 30px 0 30px 0; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif"> | |
<tr> | |
<td align="center" valign="top"> | |
<!-- / 700px container --> | |
<table class="container" border="0" cellpadding="0" cellspacing="0" width="720" bgcolor="#ffffff" style="width: 720px;"> | |
<tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<htmL> | |
<head> | |
</head> | |
<body> | |
<table class="full-width-container" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" bgcolor="#eeeeee" style="width: 100%; height: 100%; padding: 30px 0 30px 0; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif"> | |
<tr> | |
<td align="center" valign="top"> | |
<!-- / 700px container --> | |
<table class="container" border="0" cellpadding="0" cellspacing="0" width="720" bgcolor="#ffffff" style="width: 720px;"> | |
<tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace CardinalstoneRestServer\models; | |
use CardinalstoneRestServer\models\Model; | |
use CardinalstoneRestServer\models\MutualFundModel as mutualFundModel; | |
use CardinalstoneRestServer\models\ForeignEquityModel; | |
use CardinalstoneRestServer\services\JWTToken; | |
use CardinalstoneRestServer\services\mail\Mailer; | |
use CardinalstoneRestServer\middleware\Uploader; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace CardinalstoneRestServer\services; | |
use CardinalstoneRestServer\models\WebServiceModel; | |
use function GuzzleHttp\json_decode; | |
/* | |
* This Class handles the API calls to paystack | |
* @author [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- / Full width container --> | |
<!DOCTYPE html> | |
<?php | |
use Carbon\Carbon; | |
use CardinalstoneRestServer\services\mail\Mailer; | |
?> | |
<htmL> | |
<head> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- / Full width container --> | |
<!DOCTYPE html> | |
<?php | |
use Carbon\Carbon; | |
use CardinalstoneRestServer\services\mail\Mailer; | |
?> | |
<htmL> | |
<head> | |
</head> | |
<body> |