Skip to content

Instantly share code, notes, and snippets.

View TaylorFoster90's full-sized avatar

Taylor Foster TaylorFoster90

View GitHub Profile
This file has been truncated, but you can view the full file.
File ID,Client,Vendor,Vendor ID,Year,File Name,Client Uploaded,Created On,Override On,Reviewed,Reviewed After Overwritten,File Result
97470,"South Jersey Federal Credit Union","DocuVault DV",15183,2018,"2017-2018 NAID Certificate.pdf",Yes,2019-02-01 14:59:51,2019-02-01 15:01:27,,,Unknown
98159,"Ocean Bank","Fiserv Solutions, LLC",610,2018,"2018 Architect External PEN Attestation.pdf",Yes,2019-03-14 14:49:04,2019-03-14 14:49:56,2019-03-20 17:31:30,Yes,Unknown
98789,"Eglin Federal Credit Union ","CUNA Mutual Group",379,2018,"2018 CMFG SOC2 (Lending TruStage CBSI).pdf",Yes,2019-03-25 15:29:54,2019-05-15 17:43:11,2019-05-06 12:09:32,,Unknown
103632,"Eglin Federal Credit Union ","CUNA Mutual Group",379,2019,"2018 CMFG SOC2 (Lending TruStage CBSI).pdf",Yes,2019-05-15 17:43:11,2019-06-28 15:06:05,2019-07-03 09:17:51,Yes,Unknown
93175,"CenterState Bank N.A.","Verafin, Inc.",1677,2018,"2018 Verafin Inc. SSAE 18 SOC2 Type 2 Report Review.pdf",Yes,2018-09-04 08:06:58,2019-07-11 11:11:37,,,Unknown
public function hasAlertResponse()
{
switch( $this->contract_type ) {
case 'E':
if( $this->termination_letter_sent && (Carbon::parse($this->termination_send_date)->addDays(1) <= Carbon::parse($this->termination_date)) ){
return 1;
}else{
// Check For Non-Renewal Letter (Alert Response 4)
return AlertsResponse::where('contract_id', $this->id)->where('response_type', 4)->count();
}
fetchStoredScores: function() {
this.$http.get('/api/scores', { })
.then((response) => {
// Success
this.savedScores = response.data;
})
.catch((err) => {
// Error
});
},
<template>
<div>
<table class="sortTable tablesorter">
<thead>
<tr>
<th>Vendor</th>
<th>Trade(s)</th>
<th>Amount &amp; Status</th>
<th>Notes</th>
<?php require_once('./stripe-php-3.23.0/init.php'); ?>
<?php
// Set the Stripe API key
\Stripe\Stripe::setApiKey("sk_live_E88KJgUbWNV2RJmC8fs1DoYR");
// Get the credit card details submitted by the form
$token = $_POST['stripeToken'];
// Conditionals to find out the amount the user selected