Benjamin Beganović
647ac08e80
Fixed issue with retrieving company key by adding Cache facade and using stored data for company key instead of token
2024-06-14 19:14:07 +02:00
Benjamin Beganović
bddb5d4b28
Refactor GoCardlessOAuthController to enable OAuth2 integration and set oauth2 flag to true.
2024-06-14 18:20:01 +02:00
Benjamin Beganović
afe62f0aa8
Refactor access token and active status assignment in GoCardlessOAuthController
2024-06-14 18:18:21 +02:00
Benjamin Beganović
b5495416f5
Add GoCardless webhook request validation rules
2024-06-12 19:33:39 +02:00
Benjamin Beganović
19ef27b5e5
Refactor GoCardlessOAuthWebhookController for WebhookRequest
2024-06-12 19:33:33 +02:00
Benjamin Beganović
1f179aedaa
Update payload with current config in GoCardlessOAuthController
2024-06-12 19:33:26 +02:00
Benjamin Beganović
fa27afa6cd
Update GoCardless OAuth Controller with company details
2024-06-11 19:50:41 +02:00
Benjamin Beganović
f15fb4c412
Add GoCardless webhook controller for processing events
2024-06-11 19:50:34 +02:00
Benjamin Beganović
e5e72123f0
Update OAuthConnectConfirmRequest validation rules
2024-06-11 19:50:28 +02:00
Benjamin Beganović
46be0bf268
remove token from confirmation route
2024-06-05 19:26:00 +02:00
Benjamin Beganović
0f0c5a7de8
gocardless oauth connection
2024-06-03 20:01:01 +02:00
Benjamin Beganović
f1ac41a5c4
request for confirmation connect
2024-06-03 20:00:50 +02:00
Benjamin Beganović
2447ef9d7d
request for initial connect
2024-06-03 20:00:34 +02:00
David Bomba
c3ebdc8946
Stubs for static service
2024-06-01 09:35:58 +10:00
Dave Shoreman
6757edf5d1
Trim regional locales to two-letter country codes
...
GoCardless' Bank Account Data API requires two-letter ISO 639-1 country
codes. IN passes the full locale such as *en_GB* or *pt_BR*, which
causes an "unknown error" when selecting banks in Connect Accounts.
Note: Norwegian will use the Bokmål (`nb`) form over Nynorsk (`nn`).
Fixes #9566
2024-05-31 21:04:51 +01:00
David Bomba
aa340d070c
Merge pull request #9558 from dshoreman/ds/preview-entity-numbers
...
"Real" entity numbers in Invoice Designer/Settings previews
2024-05-31 21:25:28 +10:00
David Bomba
7d98db8592
Remove redundant dependencies
2024-05-30 07:42:07 +10:00
Dave Shoreman
e1d08d34bf
Apply formatted numbers to design editor preview
...
If a custom Invoice Number Pattern is defined, this will update the mock
invoice with a formatted entity number, rather than the EAN13 from faker
in the invoice factory. This doesn't apply once a real invoice has been
created, but it can still be useful for designing during initial setup.
2024-05-29 15:07:42 +01:00
David Bomba
4852a134da
Adjustments for tests
2024-05-29 23:19:03 +10:00
David Bomba
743ff50b82
Tests for tests
2024-05-29 23:16:59 +10:00
David Bomba
31610560a7
Fixes for tests
2024-05-29 23:09:45 +10:00
David Bomba
64767924e9
Fixes for tests
2024-05-29 22:25:36 +10:00
David Bomba
f8316f879a
Refactor to support include deleted record logic for exports
2024-05-29 09:05:42 +10:00
David Bomba
240494bd4a
Fixes for tests
2024-05-27 09:57:48 +10:00
David Bomba
3fb923e971
Add back schema builder
2024-05-27 08:05:13 +10:00
David Bomba
0692d8b0cc
if institution_id passed into context, expose as prop in input.
2024-05-27 06:55:02 +10:00
David Bomba
2f1648eb4e
Refactor to remove laravel-data from application
2024-05-26 08:54:24 +10:00
David Bomba
1ef97ef2bb
Updates for PHP version requirements
2024-05-26 07:57:05 +10:00
David Bomba
c166ef82ff
Fixes for payment emails
2024-05-21 08:15:54 +10:00
David Bomba
fb9c3aca59
Capture additional metrics
2024-05-19 19:43:43 +10:00
David Bomba
aaae12e691
Capture additional metrics
2024-05-19 19:42:20 +10:00
David Bomba
a1fa52dfd3
Updates for BTC payment driver
2024-05-19 19:14:46 +10:00
David Bomba
edb219a361
Updated FACT json
2024-05-18 22:43:21 +10:00
David Bomba
2cc5fa4376
Clean up for einvoicing
2024-05-18 22:25:42 +10:00
David Bomba
b57ec227f7
Fixes for encoding characters in imports
2024-05-16 11:55:00 +10:00
David Bomba
716bd6669e
Ensure line items as cast to arrays for twig templates
2024-05-16 11:46:54 +10:00
David Bomba
5d50b77dcc
Add type_id property to filterable
2024-05-16 10:34:38 +10:00
David Bomba
7940f9c3b7
Updates for twig
2024-05-16 10:20:54 +10:00
David Bomba
27f3a54ecf
Fixes for file_get_contents
2024-05-15 09:29:43 +10:00
David Bomba
501464e2db
Merge pull request #9516 from CarrnellTech/v5-develop
...
Redirect client to dashboard at login if enabled -fix #9417 #9501
2024-05-14 07:50:18 +10:00
CarrnellTech
3adab566c5
Redirect client to dashboard at login if enabled -fix #9417 #9501
2024-05-13 11:40:27 -05:00
David Bomba
40b1601352
Updates for ro xml format
2024-05-13 18:08:01 +10:00
David Bomba
e06e94363b
Update static routes
2024-05-12 20:23:17 +10:00
David Bomba
483eec6c08
Stubs for schema
2024-05-12 20:11:01 +10:00
David Bomba
01dde73e95
Fixes for rounding
2024-05-10 07:19:52 +10:00
David Bomba
43c9f73092
Merge pull request #9501 from CarrnellTech/v5-develop
...
Redirect client to dashboard at login if enabled
2024-05-09 09:46:24 +10:00
CarrnellTech
49dc848841
Revert unnecessary changes
2024-05-08 23:41:01 +00:00
David Bomba
ccf8b57f30
validation rules for max amounts
2024-05-06 11:48:44 +10:00
David Bomba
deab4b6ace
validation rules for max amounts
2024-05-06 11:47:20 +10:00
David Bomba
6e5fb456c1
Run tests for adjustment amount within validaiton
2024-05-06 11:42:14 +10:00