Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OWA-85: New payment flow #593
base: develop
Are you sure you want to change the base?
OWA-85: New payment flow #593
Changes from 184 commits
ef33f18
4358d94
88c51b7
e7c582b
3fc50a4
d6d283b
d18fe2d
12cc7f5
7399e70
ac75a09
5a72ec6
aec8347
66e5af9
dada55d
478cd3b
7499b37
e2e5dc3
a88e20b
c055114
aa8d39a
c44b17a
5f473d5
e1e13aa
7080e72
81cf353
5f7c7cf
4ad3716
eabf817
4c2a1cf
afba6bb
70b5d9b
cff8e03
30cc325
b5b96e5
ed29191
36daa91
2a1ee0e
54713ec
e918525
0557a39
2ba1416
5c2ae2c
b5b50c7
1284fd6
e889ebd
c4231be
ce3d54e
d146dba
bcd00ed
6b1dba3
6724a9f
f84494e
93b7698
7489d07
9955d55
2cb2c96
75a4989
e175c3b
1a5e30c
e0b3563
88b3a44
77e1e85
5124388
ffea960
5241b1d
f5beaf4
78f06cb
086c3f8
58da68b
26d106c
0ac404a
5d350a1
3c38ca0
c7b5718
c88e831
0a02f3e
5fdfd3c
61e01ea
b164ad4
d7715ce
e9cd076
67d8b42
73d7945
24ef0fe
5e13a20
08f994b
ed41bf4
0bb0bd6
239742e
889d299
8ff899d
69705da
c73487f
264a1f6
2797ec3
7fb5808
a4e7209
6120337
27f115b
e022515
8204e15
636065a
3a05a13
54626a0
53aae8e
738e297
53b72c8
17d17c1
ce70f0a
4e6adc7
c535951
62cedc1
293d27f
0396eaf
7088868
ec1dcf9
342dc8a
a53c56b
629cea9
82b7612
2856277
1ae2e04
4b3c949
265d44c
49332cd
93b528f
e993e7c
d224273
1eb9ce3
edad55f
d2494e7
1a57cf2
ff2832d
310f373
45e17f5
dfadc7b
489daa4
f6b6b4c
f9ac5f5
99493d9
a4d4737
138709f
7086bfb
67aee79
382c46a
3f98e85
b57edd8
bddbc28
530a0af
d9746df
f02b4c7
8fb1dc8
b446e45
3093ebd
6f58257
b081d51
e538e40
557f2e5
783525b
cd8a277
35062c4
bfdc07c
7f91564
392ee47
ac1a09e
ab6b59d
4c87927
8524e0c
e777bd1
57d00be
3aea37c
61a1b42
9378ee9
6692c93
656fcac
5cc2013
169a332
c5a30f9
ce8c361
69453b7
285ed31
a56b699
e9f56da
ec61a8f
a3b6c71
0f0ab49
aa4d71e
679d348
986e1c1
637748a
1d94467
1451204
727715c
ed6d9dc
6aa1b5d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be renamed 🤔? This is actually the
AccessBridgeService
integration and not a payment service. It might be confusing with the CheckoutService.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Access related methods are in the AccessService, these are the payment related definitions that will be the one source of truth hopefully :D. It is confirmed with @dbudzins for the naming.