- 22 May, 2024 32 commits
-
-
Rafael Monnerat authored
This is long gone
-
Rafael Monnerat authored
This should be set from the test or by the user while configure payzen.
-
Rafael Monnerat authored
Unhardcode the default test data (always create the Payzen Service). Use @simulate decorator to clean up tests. Minor updates to fixup tests from others changes.
-
Rafael Monnerat authored
It is more accurate to include testing data via test (on setup), otherwise it can lead to enable undesired configurations and eventually include testing data in production. If required, use a separated bt5 for include specific testing data.
-
Rafael Monnerat authored
in addion to Software Product
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Since it should handle multiple *_section.
-
Rafael Monnerat authored
Display a blank page is disturbing in general, so at least show a loading bar with some message.
-
Rafael Monnerat authored
The currency as parameter is useful for bootstrap region specific tests later on, and allow reuse this script to bootstrap dev environment in EUR or CNY to test payments.
-
Rafael Monnerat authored
Entity is more accurate since it could be used on B2B context later.
-
Rafael Monnerat authored
Make it reusable so that we can inspect the balance of the user for other purposes slapos_accounting: Entity_getDepositBalanceAmount
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Remove non required code around the topic.
-
Rafael Monnerat authored
This allows, in case of error, verbose what to do
-
Rafael Monnerat authored
Implementation changed, Subscription Request is a Ticket-like, so it goes to normal feed.
-
Rafael Monnerat authored
If the Subscription Request still submitted, display it on ticket list, so the user has some information on what is going on.
-
Rafael Monnerat authored
Include checkInstanceAllocationWithDeposit on tests to checks the use case whenever the pay the deposit is required to allocate. Update tests to pay precise deposit, since a more accurate use case is check and pay a proper amount of deposit and check if the steps are working properly (ie.: Subscription request stays in submitted)
-
Rafael Monnerat authored
... we dont require to create and use the user under the same transaction anymore.
-
Rafael Monnerat authored
Remove some editable fields that were probably added due copy and paste.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This was missing when creating payment.
-
Rafael Monnerat authored
-
Romain Courteaud authored
-
Rafael Monnerat authored
If the instance empty dont display green but red, indicating something is wrong. Clean up and minimize the configuration a bit more, so it is easy to navigate.
-
Rafael Monnerat authored
This ensure that timestamp is updated, and enforces that cache is updated
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Only launch caucase when needed. Not all tests need caucase, this saves a bit the overhead to run it
-
Rafael Monnerat authored
-
- 21 May, 2024 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 17 May, 2024 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 16 May, 2024 1 commit
-
-
Thomas Gambier authored
This is needed after nexedi/slapos@1888c1f2 See merge request nexedi/slapos.core!632
-