wealthforge-ruby 1.1.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -37
- data/lib/wealthforge-ruby.rb +6 -8
- data/lib/wealthforge/configuration.rb +13 -11
- data/lib/wealthforge/connection.rb +76 -39
- data/lib/wealthforge/investment.rb +9 -84
- data/lib/wealthforge/issuer.rb +3 -31
- data/lib/wealthforge/offering.rb +1 -12
- data/lib/wealthforge/version.rb +1 -1
- metadata +24 -44
- data/.gitignore +0 -10
- data/.rspec +0 -2
- data/.travis.yml +0 -5
- data/Gemfile +0 -4
- data/Rakefile +0 -6
- data/fixtures/vcr_cassettes/all_investors.yml +0 -14242
- data/fixtures/vcr_cassettes/create_investor.yml +0 -42
- data/fixtures/vcr_cassettes/create_issuer.yml +0 -42
- data/fixtures/vcr_cassettes/create_offering.yml +0 -42
- data/fixtures/vcr_cassettes/create_subscription_agreement.yml +0 -42
- data/fixtures/vcr_cassettes/due_dilegence.yml +0 -42
- data/fixtures/vcr_cassettes/due_dilegence_file.yml +0 -275
- data/fixtures/vcr_cassettes/get_investment_by_id.yml +0 -127
- data/fixtures/vcr_cassettes/get_investments.yml +0 -9137
- data/fixtures/vcr_cassettes/get_investor.yml +0 -45
- data/fixtures/vcr_cassettes/get_issuer.yml +0 -46
- data/fixtures/vcr_cassettes/get_issuers.yml +0 -238
- data/fixtures/vcr_cassettes/get_offering_by_id.yml +0 -94
- data/fixtures/vcr_cassettes/get_subscription_agreement.yml +0 -40
- data/fixtures/vcr_cassettes/investment_account.yml +0 -44
- data/fixtures/vcr_cassettes/investment_certificate.yml +0 -77
- data/fixtures/vcr_cassettes/investment_status.yml +0 -81
- data/fixtures/vcr_cassettes/list_offerings.yml +0 -375
- data/fixtures/vcr_cassettes/redirect_url.yml +0 -42
- data/fixtures/vcr_cassettes/request_investment_approval.yml +0 -48
- data/fixtures/vcr_cassettes/request_subscription_approval.yml +0 -48
- data/fixtures/vcr_cassettes/subscription_agreement.yml +0 -153
- data/fixtures/vcr_cassettes/term_sheets.yml +0 -183
- data/fixtures/vcr_cassettes/update_investment.yml +0 -87
- data/fixtures/vcr_cassettes/update_investment_account.yml +0 -44
- data/fixtures/vcr_cassettes/update_investor.yml +0 -80
- data/fixtures/vcr_cassettes/upload_accreditation_files.yml +0 -78
- data/lib/wealthforge/investor.rb +0 -37
- data/wealthforge-ruby.gemspec +0 -34
@@ -1,42 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/status
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: 'null'
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.10.1
|
12
|
-
Content-Type:
|
13
|
-
- application/json
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
Accept:
|
17
|
-
- "*/*"
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Fri, 21 Apr 2017 04:16:59 GMT
|
25
|
-
Server:
|
26
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
27
|
-
Cache-Control:
|
28
|
-
- private
|
29
|
-
Expires:
|
30
|
-
- Wed, 31 Dec 1969 19:00:00 EST
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
|
-
Transfer-Encoding:
|
36
|
-
- chunked
|
37
|
-
body:
|
38
|
-
encoding: UTF-8
|
39
|
-
string: '{"data":{"code":"INVESTMENT_PENDING","name":"Pending","metadata":null,"sequence":null,"active":null,"updatedAt":1387360913297,"hidden":null},"status":200,"code":null,"errors":[],"messages":[]}'
|
40
|
-
http_version:
|
41
|
-
recorded_at: Fri, 21 Apr 2017 04:16:59 GMT
|
42
|
-
recorded_with: VCR 3.0.3
|
@@ -1,48 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/approve
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.10.1
|
12
|
-
Content-Type:
|
13
|
-
- application/json
|
14
|
-
Content-Length:
|
15
|
-
- '0'
|
16
|
-
Accept-Encoding:
|
17
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
-
Accept:
|
19
|
-
- "*/*"
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Thu, 04 May 2017 01:37:32 GMT
|
27
|
-
Server:
|
28
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
29
|
-
Cache-Control:
|
30
|
-
- private
|
31
|
-
Expires:
|
32
|
-
- Wed, 31 Dec 1969 19:00:00 EST
|
33
|
-
Content-Type:
|
34
|
-
- application/json
|
35
|
-
Access-Control-Allow-Origin:
|
36
|
-
- "*"
|
37
|
-
Transfer-Encoding:
|
38
|
-
- chunked
|
39
|
-
body:
|
40
|
-
encoding: UTF-8
|
41
|
-
string: '{"data":{"id":"d8cd4024-46aa-4858-9ff1-b10961ec6186","offerDetail":"62eb0e80-8421-4344-9de2-ac69cfeedd1b","subscriptionAgreementStatus":{"code":"SA_APPROVED","name":"Approved","metadata":null,"sequence":null,"active":null,"updatedAt":1387361040197,"hidden":null},"paymentStatus":null,"status":{"code":"INVESTMENT_APPROVED","name":"Approved","metadata":null,"sequence":null,"active":null,"updatedAt":1387360941563,"hidden":null},"escrowStatus":null,"paymentType":{"code":"WIRE","name":"Wire","metadata":null,"sequence":4,"active":null,"updatedAt":1412771282248,"hidden":null},"account":{"id":"044bac29-96aa-4208-9a46-bf865b0817db","parentId":"fee3a56d-7426-4f01-9a0a-3a3315095a20","nacha":{"code":"CCD","name":"Corporate
|
42
|
-
credit or debit","metadata":null,"sequence":null,"active":null,"updatedAt":1382459455000,"hidden":false},"bankName":null,"name":"John
|
43
|
-
Smith","number":"***4567","routing":"011103093","numberHint":null},"investor":{"id":"fee3a56d-7426-4f01-9a0a-3a3315095a20","investmentTimeline":{"code":null,"name":null},"country":null,"state":{"code":"GA","name":"Georgia","hidden":false},"accreditation":{"code":"INCOME","name":"Income","metadata":null,"sequence":2,"active":true,"version":"2.0","updatedAt":1450899477335,"hidden":false},"investmentRisk":{"code":null,"name":null},"investorType":{"code":"INDIVIDUAL","name":"Individual","metadata":null,"sequence":null,"active":true,"updatedAt":1389792976423,"hidden":false},"investorSubType":null,"status":{"code":"INVESTOR_ACTIVE","name":"Active","metadata":null,"sequence":2,"active":null,"updatedAt":1387360828185,"hidden":null},"name":"Bigly
|
44
|
-
Investor","logo":null,"city":"Lawrence","investorUrl":null,"address":"18 Big
|
45
|
-
Tron","address2":null,"phone":"124-123-1212","zip":"02139","signature":null,"taxId":null,"uid":null,"accredited":true,"dob":757400400000,"income":null,"netWorth":null,"accreditedOther":null,"eligibleInvestAmount":null,"email":"dino.simone+123tester@fakecorp.com","purchaseRepExists":false,"purchaseRepName":null,"purchaseRepAddress":null,"purchaseRepAddress2":null,"purchaseRepCity":null,"purchaseRepState":null,"purchaseRepZip":null,"existingRelationship":null,"existingRelationshipName":null,"existingRelationshipYears":null,"existingRelationshipNature":null,"yearVerified":null,"accreditationFile":null,"ssn":"123-12-1212"},"wfStatus":null,"dateStart":null,"dateEnd":null,"investAmount":5555.00,"expectedReturn":null,"percentageOwnership":null,"inMinRaiseAchieved":null,"uuidCertificate":null,"amount":7500},"status":200,"code":null,"errors":[],"messages":[]}'
|
46
|
-
http_version:
|
47
|
-
recorded_at: Thu, 04 May 2017 01:37:32 GMT
|
48
|
-
recorded_with: VCR 3.0.3
|
@@ -1,48 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/approveSubscriptionAgreement
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.10.1
|
12
|
-
Content-Type:
|
13
|
-
- application/json
|
14
|
-
Content-Length:
|
15
|
-
- '0'
|
16
|
-
Accept-Encoding:
|
17
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
-
Accept:
|
19
|
-
- "*/*"
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Thu, 04 May 2017 01:37:32 GMT
|
27
|
-
Server:
|
28
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
29
|
-
Cache-Control:
|
30
|
-
- private
|
31
|
-
Expires:
|
32
|
-
- Wed, 31 Dec 1969 19:00:00 EST
|
33
|
-
Content-Type:
|
34
|
-
- application/json
|
35
|
-
Access-Control-Allow-Origin:
|
36
|
-
- "*"
|
37
|
-
Transfer-Encoding:
|
38
|
-
- chunked
|
39
|
-
body:
|
40
|
-
encoding: UTF-8
|
41
|
-
string: '{"data":{"id":"d8cd4024-46aa-4858-9ff1-b10961ec6186","offerDetail":"62eb0e80-8421-4344-9de2-ac69cfeedd1b","subscriptionAgreementStatus":{"code":"SA_APPROVED","name":"Approved","metadata":null,"sequence":null,"active":null,"updatedAt":1387361040197,"hidden":null},"paymentStatus":null,"status":{"code":"INVESTMENT_APPROVED","name":"Approved","metadata":null,"sequence":null,"active":null,"updatedAt":1387360941563,"hidden":null},"escrowStatus":null,"paymentType":{"code":"WIRE","name":"Wire","metadata":null,"sequence":4,"active":null,"updatedAt":1412771282248,"hidden":null},"account":{"id":"044bac29-96aa-4208-9a46-bf865b0817db","parentId":"fee3a56d-7426-4f01-9a0a-3a3315095a20","nacha":{"code":"CCD","name":"Corporate
|
42
|
-
credit or debit","metadata":null,"sequence":null,"active":null,"updatedAt":1382459455000,"hidden":false},"bankName":null,"name":"John
|
43
|
-
Smith","number":"***4567","routing":"011103093","numberHint":null},"investor":{"id":"fee3a56d-7426-4f01-9a0a-3a3315095a20","investmentTimeline":{"code":null,"name":null},"country":null,"state":{"code":"GA","name":"Georgia","hidden":false},"accreditation":{"code":"INCOME","name":"Income","metadata":null,"sequence":2,"active":true,"version":"2.0","updatedAt":1450899477335,"hidden":false},"investmentRisk":{"code":null,"name":null},"investorType":{"code":"INDIVIDUAL","name":"Individual","metadata":null,"sequence":null,"active":true,"updatedAt":1389792976423,"hidden":false},"investorSubType":null,"status":{"code":"INVESTOR_ACTIVE","name":"Active","metadata":null,"sequence":2,"active":null,"updatedAt":1387360828185,"hidden":null},"name":"Bigly
|
44
|
-
Investor","logo":null,"city":"Lawrence","investorUrl":null,"address":"18 Big
|
45
|
-
Tron","address2":null,"phone":"124-123-1212","zip":"02139","signature":null,"taxId":null,"uid":null,"accredited":true,"dob":757400400000,"income":null,"netWorth":null,"accreditedOther":null,"eligibleInvestAmount":null,"email":"dino.simone+123tester@fakecorp.com","purchaseRepExists":false,"purchaseRepName":null,"purchaseRepAddress":null,"purchaseRepAddress2":null,"purchaseRepCity":null,"purchaseRepState":null,"purchaseRepZip":null,"existingRelationship":null,"existingRelationshipName":null,"existingRelationshipYears":null,"existingRelationshipNature":null,"yearVerified":null,"accreditationFile":null,"ssn":"123-12-1212"},"wfStatus":null,"dateStart":null,"dateEnd":null,"investAmount":5555.00,"expectedReturn":null,"percentageOwnership":null,"inMinRaiseAchieved":null,"uuidCertificate":null,"amount":7500},"status":200,"code":null,"errors":[],"messages":[]}'
|
46
|
-
http_version:
|
47
|
-
recorded_at: Thu, 04 May 2017 01:37:32 GMT
|
48
|
-
recorded_with: VCR 3.0.3
|
@@ -1,153 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/duediligence
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: 'null'
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.10.1
|
12
|
-
Content-Type:
|
13
|
-
- application/json
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
Accept:
|
17
|
-
- "*/*"
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 500
|
21
|
-
message: Internal Server Error
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 26 Apr 2017 02:27:38 GMT
|
25
|
-
Server:
|
26
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
27
|
-
Content-Type:
|
28
|
-
- application/json
|
29
|
-
Access-Control-Allow-Origin:
|
30
|
-
- "*"
|
31
|
-
Connection:
|
32
|
-
- close
|
33
|
-
Transfer-Encoding:
|
34
|
-
- chunked
|
35
|
-
body:
|
36
|
-
encoding: UTF-8
|
37
|
-
string: '{"data":null,"status":500,"code":"7LDR4F3MOH","errors":[{"timestamp":1493173658774,"value":"[7LDR4F3MOH]
|
38
|
-
: Entity could not be found with specified parameters","parameters":[],"message":"[7LDR4F3MOH]
|
39
|
-
: Entity could not be found with specified parameters"}],"messages":[]}'
|
40
|
-
http_version:
|
41
|
-
recorded_at: Wed, 26 Apr 2017 02:27:38 GMT
|
42
|
-
- request:
|
43
|
-
method: get
|
44
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d33b81d9-e509-4a24-acc6-06d862873797/subscriptionAgreement
|
45
|
-
body:
|
46
|
-
encoding: UTF-8
|
47
|
-
string: 'null'
|
48
|
-
headers:
|
49
|
-
User-Agent:
|
50
|
-
- Faraday v0.10.1
|
51
|
-
Content-Type:
|
52
|
-
- application/json
|
53
|
-
Accept-Encoding:
|
54
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
55
|
-
Accept:
|
56
|
-
- "*/*"
|
57
|
-
response:
|
58
|
-
status:
|
59
|
-
code: 500
|
60
|
-
message: Internal Server Error
|
61
|
-
headers:
|
62
|
-
Date:
|
63
|
-
- Wed, 26 Apr 2017 02:42:27 GMT
|
64
|
-
Server:
|
65
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
66
|
-
Content-Type:
|
67
|
-
- application/json
|
68
|
-
Access-Control-Allow-Origin:
|
69
|
-
- "*"
|
70
|
-
Connection:
|
71
|
-
- close
|
72
|
-
Transfer-Encoding:
|
73
|
-
- chunked
|
74
|
-
body:
|
75
|
-
encoding: UTF-8
|
76
|
-
string: '{"data":null,"status":500,"code":"ZI62ERI4GB","errors":[],"messages":[]}'
|
77
|
-
http_version:
|
78
|
-
recorded_at: Wed, 26 Apr 2017 02:42:27 GMT
|
79
|
-
- request:
|
80
|
-
method: get
|
81
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/3bb21d35-07e0-4b63-ab53-2225c09ff84e/subscriptionAgreement
|
82
|
-
body:
|
83
|
-
encoding: UTF-8
|
84
|
-
string: 'null'
|
85
|
-
headers:
|
86
|
-
User-Agent:
|
87
|
-
- Faraday v0.10.1
|
88
|
-
Content-Type:
|
89
|
-
- application/json
|
90
|
-
Accept-Encoding:
|
91
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
92
|
-
Accept:
|
93
|
-
- "*/*"
|
94
|
-
response:
|
95
|
-
status:
|
96
|
-
code: 500
|
97
|
-
message: Internal Server Error
|
98
|
-
headers:
|
99
|
-
Date:
|
100
|
-
- Wed, 26 Apr 2017 02:43:09 GMT
|
101
|
-
Server:
|
102
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
103
|
-
Content-Type:
|
104
|
-
- application/json
|
105
|
-
Access-Control-Allow-Origin:
|
106
|
-
- "*"
|
107
|
-
Connection:
|
108
|
-
- close
|
109
|
-
Transfer-Encoding:
|
110
|
-
- chunked
|
111
|
-
body:
|
112
|
-
encoding: UTF-8
|
113
|
-
string: '{"data":null,"status":500,"code":"9O3SL36JHQ","errors":[],"messages":[]}'
|
114
|
-
http_version:
|
115
|
-
recorded_at: Wed, 26 Apr 2017 02:43:09 GMT
|
116
|
-
- request:
|
117
|
-
method: get
|
118
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/subscriptionAgreement
|
119
|
-
body:
|
120
|
-
encoding: UTF-8
|
121
|
-
string: 'null'
|
122
|
-
headers:
|
123
|
-
User-Agent:
|
124
|
-
- Faraday v0.10.1
|
125
|
-
Content-Type:
|
126
|
-
- application/json
|
127
|
-
Accept-Encoding:
|
128
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
129
|
-
Accept:
|
130
|
-
- "*/*"
|
131
|
-
response:
|
132
|
-
status:
|
133
|
-
code: 500
|
134
|
-
message: Internal Server Error
|
135
|
-
headers:
|
136
|
-
Date:
|
137
|
-
- Fri, 28 Apr 2017 02:12:01 GMT
|
138
|
-
Server:
|
139
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
140
|
-
Content-Type:
|
141
|
-
- application/json
|
142
|
-
Access-Control-Allow-Origin:
|
143
|
-
- "*"
|
144
|
-
Connection:
|
145
|
-
- close
|
146
|
-
Transfer-Encoding:
|
147
|
-
- chunked
|
148
|
-
body:
|
149
|
-
encoding: UTF-8
|
150
|
-
string: '{"data":null,"status":500,"code":"1IYMS6WMF2","errors":[],"messages":[]}'
|
151
|
-
http_version:
|
152
|
-
recorded_at: Fri, 28 Apr 2017 02:12:01 GMT
|
153
|
-
recorded_with: VCR 3.0.3
|
@@ -1,183 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/offerDetail
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: 'null'
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.10.1
|
12
|
-
Content-Type:
|
13
|
-
- application/json
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
Accept:
|
17
|
-
- "*/*"
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 404
|
21
|
-
message: Not Found
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 03 May 2017 02:20:48 GMT
|
25
|
-
Server:
|
26
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
27
|
-
Cache-Control:
|
28
|
-
- no-cache, no-store
|
29
|
-
Expires:
|
30
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
31
|
-
Set-Cookie:
|
32
|
-
- JSESSIONID=790E794FB50B138EA7B1945B2A72322E.sandbox; Expires=Wed, 03-May-2017
|
33
|
-
14:20:48 GMT; Path=/capitalforge-transaction/; Secure; HttpOnly
|
34
|
-
Pragma:
|
35
|
-
- no-cache
|
36
|
-
Content-Type:
|
37
|
-
- text/html;charset=UTF-8
|
38
|
-
Access-Control-Allow-Origin:
|
39
|
-
- "*"
|
40
|
-
Transfer-Encoding:
|
41
|
-
- chunked
|
42
|
-
body:
|
43
|
-
encoding: UTF-8
|
44
|
-
string: "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n \t<head><script type=\"text/javascript\"
|
45
|
-
src=\"/capitalforge-transaction/js/jquery.js\"></script>\n<script type=\"text/javascript\"
|
46
|
-
src=\"../../../../wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery.min-ver-CD167ED7BEFC26AED029F20C2EBF9AA7.js\"></script>\n<script
|
47
|
-
type=\"text/javascript\" src=\"../../../../wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-ajax-jquery.min-ver-373007567CBDD4D664471DD5DBA38759.js\"></script>\n<script
|
48
|
-
type=\"text/javascript\" id=\"wicket-ajax-base-url\">\n/*<![CDATA[*/\nWicket.Ajax.baseUrl=\"api/investment/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/offerDetail\";\n/*]]>*/\n</script>\n\r\n\t
|
49
|
-
\ <meta charset=\"utf-8\" />\r\n\t <meta name=\"viewport\" content=\"width=device-width,
|
50
|
-
initial-scale=1.0\" />\r\n\t <meta name=\"description\" content=\"\" />\r\n\t
|
51
|
-
\ <meta name=\"author\" content=\"WealthForge Holdings, Inc.\" />\r\n\t
|
52
|
-
\ <title>Page Not Found</title>\r\n\t<link rel=\"stylesheet\" type=\"text/css\"
|
53
|
-
href=\"../../../../wicket/resource/org.apache.wicket.Application/skincss/a2c37db4-e4fd-4bb7-87ce-5dcb7309be8e\"
|
54
|
-
/>\n<script type=\"text/javascript\" >\n/*<![CDATA[*/\nWicket.Event.add(window,
|
55
|
-
\"domready\", function(event) { \nWicket.Ajax.ajax({\"f\":\"id1\",\"u\":\"../../../../error404?0-1.IBehaviorListener.0-clientSidePanel-supportForm-submitSupportLink\",\"e\":\"click\",\"c\":\"id2\",\"sc\":\"submitSupportLink\",\"i\":\"id3--ajax-indicator\",\"m\":\"POST\"});;\nWicket.Event.publish(Wicket.Event.Topic.AJAX_HANDLERS_BOUND);\n;});\n/*]]>*/\n</script>\n</head>\r\n\r\n\t<body
|
56
|
-
id=\"Client404ErrorPage\">\r\n\t\t<div class=\"maincontain\">\r\n\t\t\t<span>\r\n
|
57
|
-
\ \r\n\t<div class=\"navbar navbar-fixed-top\" role=\"navigation\">\r\n
|
58
|
-
\ \t<div class=\"container-fluid\">\r\n \t\t\r\n \t\t<div class=\"mainlogo\">\r\n
|
59
|
-
\ \t\t\t<a id=\"clientheadSite\" href=\"#\" title=\"CapitalForge\"><img
|
60
|
-
src=\"https://sandbox.capitalforge.com/wfcontent/capitalforge/img/capitalforge_logo-175x31.png\"
|
61
|
-
class=\"img-responsive\"></a>\r\n \t\t</div>\r\n \t\t\r\n \t\t<div
|
62
|
-
class=\"navbar-header\">\r\n \t\t\t<button type=\"button\" class=\"navbar-toggle\"
|
63
|
-
data-toggle=\"collapse\" data-target=\".navbar-collapse\">\r\n\t \t\t\t<span
|
64
|
-
class=\"icon-bar\"></span>\r\n\t\t\t <span class=\"icon-bar\"></span>\r\n\t\t\t
|
65
|
-
\ <span class=\"icon-bar\"></span>\r\n\t\t \t</button>\r\n\t\t
|
66
|
-
\ </div> <!-- / navbar-header -->\r\n\t\t\t<div class=\"collapse navbar-collapse\">\r\n\t\t\t\t<div
|
67
|
-
class=\"btn-settings visible-md-lg btn-group\">\r\n\t\t\t\t\t<button type=\"button\"
|
68
|
-
class=\"dropdown-toggle\" data-toggle=\"dropdown\"><i class=\"fa fa-caret-down\"></i></button>\r\n\t\t\t\t\t<ul
|
69
|
-
class=\"dropdown-menu\" role=\"menu\">\r\n\t\t\t\t\t\t<li><a href=\"../../../../privacy\">Privacy
|
70
|
-
Policy</a></li>\r\n\t\t\t\t\t\t<li><a href=\"../../../../terms\">Terms of
|
71
|
-
Service</a></li>\r\n\t\t\t\t\t\t<li><a data-toggle=\"modal\" href=\"#support\">Support</a></li>\r\n\t\t\t\t\t\t<li>\r\n\t\t
|
72
|
-
\ \t\t\t\r\n\t\t \t\t\t</li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<ul
|
73
|
-
class=\"nav navbar-nav pull-right\">\r\n\t <li class=\"hidden-md-lg\"></li>\r\n\t
|
74
|
-
\ <li class=\"hidden-md-lg\"></li> \r\n\t <li
|
75
|
-
class=\"hidden-md-lg\"></li> \r\n\t <li class=\"hidden-md-lg\"></li>
|
76
|
-
\r\n\t <li class=\"hidden-md-lg\"></li> \r\n\t <li
|
77
|
-
class=\"hidden-md-lg\"></li> \r\n\t <li class=\"hidden-md-lg\"></li>
|
78
|
-
\r\n\t <li class=\"hidden-md-lg\"></li> \r\n\t <li
|
79
|
-
class=\"hidden-md-lg\"></li>\r\n\t <li class=\"hidden-md-lg\"><a
|
80
|
-
href=\"../../../.././privacy\">Privacy Policy</a></li>\r\n\t\t\t\t\t<li class=\"hidden-md-lg\"><a
|
81
|
-
href=\"../../../.././terms\">Terms of Service</a></li>\r\n\t\t\t\t\t<li class=\"hidden-md-lg\"><a
|
82
|
-
data-toggle=\"modal\" href=\"#support\"><i class=\"fa fa-question-circle fa-fw\"></i>
|
83
|
-
Support</a></li>\r\n\t\t\t\t\t<li class=\"hidden-md-lg\">\r\n\t\t \t\t\r\n\t\t
|
84
|
-
\ \t\t</li>\r\n\t\t\t\t \t<li>\r\n\t\t\t\t \t\t\r\n\t\t\t\t \t</li>\r\n\t\t\t\t</ul>\r\n\t\t\t</div><!--
|
85
|
-
/ collapse -->\r\n\t\t\t\r\n \t</div><!-- / container -->\r\n </div><!--
|
86
|
-
/ navbar-fixed-top -->\r\n \t<link media=\"screen, projection\" rel=\"stylesheet\"
|
87
|
-
type=\"text/css\" href=\"/capitalforge-transaction/core/css/core.min.css\">\r\n
|
88
|
-
\ \t<link media=\"all\" rel=\"stylesheet\" type=\"text/css\" href=\"/capitalforge-transaction/core/css/toastr.min.css\">\r\n\t\t<script
|
89
|
-
src=\"/capitalforge-transaction/js/jquery.js\"></script>\r\n\t\t<script src=\"/capitalforge-transaction/js/toastr.js\"></script>\r\n\t\t<script
|
90
|
-
src=\"/capitalforge-transaction/js/bootstrap.min.js\"></script>\r\n\t\t<script
|
91
|
-
src=\"/capitalforge-transaction/js/global.min.js\"></script>\r\n\t\t<!--[if
|
92
|
-
lt IE 9]>\r\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n\t\t<script
|
93
|
-
src=\"/capitalforge-transaction/js/html5shiv-printshiv.min.js\"></script>\r\n\t\t<script
|
94
|
-
src=\"/capitalforge-transaction/js/html5shiv.min.js\"></script>\r\n\t\t<script
|
95
|
-
src=\"/capitalforge-transaction/js/respond.min.js\"></script>\r\n\t\t<![endif]-->\r\n</span><span
|
96
|
-
style=\"display:none;\" class=\"wicket-ajax-indicator\" id=\"id4--ajax-indicator\"><img
|
97
|
-
src=\"../../../../wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator-ver-03CE3DCC84AF110E9DA8699A841E5200.gif\"
|
98
|
-
alt=\"\"/></span>\r\n\r\n\t\t\t<div class=\"container\"> <!-- main body content
|
99
|
-
container -->\r\n\t\t\t\t<div class=\"\"> <!-- main body well -->\r\n\t\t\t\t\t<h2>Page
|
100
|
-
Not Found</h2>\r\n\t\t\t\t\t<p>Please contact <a href=\"mailto:technicalsupport@wealthforge.com\">support</a>,
|
101
|
-
inform them of the referring page, and provide as much detail as possible
|
102
|
-
about the steps you were performing when you encountered the error.</p>\r\n\t\t\t\t</div>
|
103
|
-
<!-- / main body well -->\r\n\t\t\t</div> <!-- / main body content container
|
104
|
-
-->\r\n\t\t</div><!-- / maincontain -->\r\n\t\t<span>\r\n\t<footer>\r\n\t\t<div
|
105
|
-
class=\"container\">\r\n <div class=\"row\">\r\n\t\t\t\t<div class=\"col-xs-12
|
106
|
-
text-center\">\r\n <div class=\"text-primary footer-home
|
107
|
-
hidden\"><a target=\"_blank\" href=\"../../../.././privacy\" class=\"text-primary\">Privacy
|
108
|
-
Policy</a> | <a target=\"_blank\" href=\"../../../.././terms\" class=\"text-primary\">Terms
|
109
|
-
of Service</a> | <a data-toggle=\"modal\" href=\"#support\" class=\"text-primary\">Support</a></div>\r\n
|
110
|
-
\ <div class=\"global\"><a target=\"_blank\" href=\"../../../.././privacy\">Privacy
|
111
|
-
Policy</a> | <a target=\"_blank\" href=\"../../../.././terms\">Terms of Service</a>
|
112
|
-
| <a data-toggle=\"modal\" href=\"#support\">Support</a>\r\n <p></p>\r\n
|
113
|
-
\ </div>\r\n <div class=\"logo hidden\"><img
|
114
|
-
src=\"/capitalforge-transaction/img/capitalforge_logo_white.png\"></div>\r\n
|
115
|
-
\ </div>\r\n <br/>\r\n </div>\r\n\t\t\t<div
|
116
|
-
class=\"row\">\r\n\t\t\t\t<div class=\"col-xs-12 text-center\">\r\n\t\t\t\t\t<div
|
117
|
-
class=\"row\">\r\n\t\t\t\t\t\t<div class=\"col-xs-8 busLogo\">\r\n\t\t\t\t\t\t\tTRANSACTION
|
118
|
-
ENGINE POWERED BY <img src=\"/capitalforge-transaction/img/capitalforge_logo.png\"
|
119
|
-
class=\"img-responsive\">\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"col-xs-12
|
120
|
-
copyright\">\r\n\t\t\t\t\t\t\t<span>© <var id=\"year\"></var> WealthForge
|
121
|
-
Technologies, LLC | Securities offered through WealthForge Securities, LLC.
|
122
|
-
Member: <span class=\"footer-home hidden\"><a class=\"text-primary\" href=\"http://www.finra.org\"
|
123
|
-
target=\"_blank\" >FINRA</a> | <a class=\"text-primary\" href=\"http://www.sipc.org\"
|
124
|
-
target=\"_blank\">SIPC</a></span><span class=\"global\"><a class=\"text-primary\"
|
125
|
-
href=\"http://www.finra.org\" target=\"_blank\" >FINRA</a> | <a class=\"text-primary\"
|
126
|
-
href=\"http://www.sipc.org\" target=\"_blank\">SIPC</a></span></span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div
|
127
|
-
class=\"col-xs-12 text-centered\">\r\n\t\t\t\t\t\r\n\t\t\t\t</div>\r\n\t\t\t\t<div
|
128
|
-
class=\"col-xs-12\" id=\"siteseal\">\r\n\t\t\t\t\t<span><script type=\"text/javascript\"
|
129
|
-
src=\"https://seal.godaddy.com/getSeal?sealID=OuCEYXNhAgo9s9qHw2zXAUP6uKdkDLTilRtl8ngw7Xs7PZnqEa3Q3IjjZKjr\"></script></span>\r\n\t\t\t\t\t<span><img
|
130
|
-
src=\"https://qualysguard.qg2.apps.qualys.com/portal-front/portal/secureseal/assets/img/qualys-secure-seal-white.png\"
|
131
|
-
onclick=\"window.open('https://seal.qualys.com/sealserv/info/?i=619b1772-a8f1-4346-b6ae-2ae2a59ec7a6','qualysSealInfo',
|
132
|
-
'height=600,width=851,resizable=1')\" /></span>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!--
|
133
|
-
/ row -->\r\n\t\t</div><!-- / container -->\r\n\r\n\t\t<div class=\"devContainer\">\r\n\t\t\t<input
|
134
|
-
type=\"submit\" value=\"Clear Cache\" onclick=\"var win = this.ownerDocument.defaultView
|
135
|
-
|| this.ownerDocument.parentWindow; if (win == window) { window.location.href='../../../../error404?0-1.ILinkListener-footer-devContainer-clearCache';
|
136
|
-
} ;return false\"/>\r\n\t\t\t<input type=\"submit\" value=\"Remove Investor
|
137
|
-
Data\" onclick=\"var win = this.ownerDocument.defaultView || this.ownerDocument.parentWindow;
|
138
|
-
if (win == window) { window.location.href='../../../../error404?0-1.ILinkListener-footer-devContainer-clearInvestor';
|
139
|
-
} ;return false\"/>\r\n\t\t</div>\r\n\t</footer>\r\n</span><span style=\"display:none;\"
|
140
|
-
class=\"wicket-ajax-indicator\" id=\"id5--ajax-indicator\"><img src=\"../../../../wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator-ver-03CE3DCC84AF110E9DA8699A841E5200.gif\"
|
141
|
-
alt=\"\"/></span>\r\n\t</body>\r\n</html>\r\n"
|
142
|
-
http_version:
|
143
|
-
recorded_at: Wed, 03 May 2017 02:20:48 GMT
|
144
|
-
- request:
|
145
|
-
method: get
|
146
|
-
uri: https://sandbox.capitalforge.com/capitalforge-transaction/api/investment/d8cd4024-46aa-4858-9ff1-b10961ec6186/offerDetail
|
147
|
-
body:
|
148
|
-
encoding: UTF-8
|
149
|
-
string: 'null'
|
150
|
-
headers:
|
151
|
-
User-Agent:
|
152
|
-
- Faraday v0.10.1
|
153
|
-
Content-Type:
|
154
|
-
- application/json
|
155
|
-
Accept-Encoding:
|
156
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
157
|
-
Accept:
|
158
|
-
- "*/*"
|
159
|
-
response:
|
160
|
-
status:
|
161
|
-
code: 500
|
162
|
-
message: Internal Server Error
|
163
|
-
headers:
|
164
|
-
Date:
|
165
|
-
- Wed, 03 May 2017 02:38:02 GMT
|
166
|
-
Server:
|
167
|
-
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
168
|
-
Content-Type:
|
169
|
-
- application/json
|
170
|
-
Access-Control-Allow-Origin:
|
171
|
-
- "*"
|
172
|
-
Connection:
|
173
|
-
- close
|
174
|
-
Transfer-Encoding:
|
175
|
-
- chunked
|
176
|
-
body:
|
177
|
-
encoding: UTF-8
|
178
|
-
string: '{"data":null,"status":500,"code":"NAFEY3I7QZ","errors":[{"timestamp":1493779082722,"value":"[NAFEY3I7QZ]
|
179
|
-
: Entity could not be found with specified parameters","parameters":[],"message":"[NAFEY3I7QZ]
|
180
|
-
: Entity could not be found with specified parameters"}],"messages":[]}'
|
181
|
-
http_version:
|
182
|
-
recorded_at: Wed, 03 May 2017 02:38:02 GMT
|
183
|
-
recorded_with: VCR 3.0.3
|