Jean-Baptiste Bellet
|
20d5c45b7a
|
Remove :debug tag
|
2022-03-10 15:53:19 +01:00 |
|
Filipe
|
6ce29f81d8
|
Merge pull request #8920 from apricot12/Remove_checkout_only_option_from_payment_methods_display
Remove checkout only option from payment methods edit form.
|
2022-03-10 14:38:45 +00:00 |
|
filipefurtad0
|
16fcde7053
|
Fixes rubocop offenses
|
2022-03-08 23:13:24 +00:00 |
|
filipefurtad0
|
a6486c2701
|
Adds assertion on the order confirmation page
|
2022-03-08 23:12:05 +00:00 |
|
filipefurtad0
|
509a114d51
|
Adds coverage on transaction fees for split checkout
|
2022-03-08 23:10:48 +00:00 |
|
filipefurtad0
|
1fdd36e491
|
Adds coverage on shipping fees, on split checkout
|
2022-03-08 22:30:14 +00:00 |
|
Jean-Baptiste Bellet
|
0ccba7f144
|
As the product unit is 'g', we now display information in 'g'
|
2022-03-08 15:52:50 +01:00 |
|
Jean-Baptiste Bellet
|
915714246f
|
Directly use the variant_unit_scale instead of VariantUnitManager.getScale
and update the tests as well
|
2022-03-08 14:59:08 +01:00 |
|
Jean-Baptiste Bellet
|
adcdca812d
|
Delete that getScale method which is now useless
since we now rely on the serialized variant_unit_scale
|
2022-03-08 14:58:34 +01:00 |
|
Jean-Baptiste Bellet
|
1fe7ebcec2
|
Check uncheck save_bill|ship_address don't save bill|ship_address
|
2022-03-07 17:42:06 +01:00 |
|
Jean-Baptiste Bellet
|
440e5aaf97
|
Default checked/unchecked values for checkbox is 0/1
|
2022-03-07 17:41:05 +01:00 |
|
Nihal Mohammed
|
3820d4c591
|
Removed checkout only from DISPLAY options on payment method edit form and updated payment_method_spec
|
2022-03-07 17:33:09 +05:30 |
|
Filipe
|
5606be7199
|
Merge pull request #8944 from jibees/8940-display-update-button-on-order-unless-order-is-complete
Split checkout: Display "Update" button on the order table page unless order is complete
|
2022-03-07 11:58:34 +00:00 |
|
Filipe
|
be2898f5a2
|
Merge pull request #8916 from jibees/8894-login-during-guest-checkout
SplitCheckout: as guest user, after login should redirect to the first step of checkout
|
2022-03-07 09:20:12 +00:00 |
|
Jean-Baptiste Bellet
|
7ca6434b14
|
Improve the test to delete a cloned order_cycle
|
2022-03-04 11:34:19 +01:00 |
|
Jean-Baptiste Bellet
|
f8f57a31db
|
Use the right selector
In test env. we don't use the stripejs but a mock. Slightly different.
|
2022-03-03 14:14:39 +01:00 |
|
Jean-Baptiste Bellet
|
5fc7d72b09
|
Check destroying order_cycle will delete associated coordinator fees
|
2022-03-03 09:06:38 +01:00 |
|
Filipe
|
0a9c3b1538
|
Merge pull request #8932 from filipefurtad0/change_paypal_spec
Clarifies context in checkout_paypal_spec and implements tests as shared examples
|
2022-03-02 12:21:13 +00:00 |
|
Maikel Linke
|
4aa70c1ffd
|
Render pagination errors
|
2022-03-02 11:59:35 +11:00 |
|
Maikel Linke
|
b89715149c
|
Sanitise pagination input for new API
|
2022-03-02 11:59:35 +11:00 |
|
Maikel Linke
|
75fc35574e
|
Make json_response test helper deal with error response
It raised an error:
NoMethodError:
undefined method `map' for nil:NilClass
|
2022-03-02 11:59:35 +11:00 |
|
Maikel Linke
|
414bf5d074
|
Don't list guest customer records to guest users
|
2022-03-02 11:59:35 +11:00 |
|
Matt-Yorkley
|
2e59812bc1
|
Refactor to make more use of schema refs, and regenerate swagger file
|
2022-03-02 11:59:33 +11:00 |
|
Matt-Yorkley
|
d66d6d6bd6
|
Update use of links on relationships
|
2022-03-02 11:58:04 +11:00 |
|
Matt-Yorkley
|
8e61428cce
|
Add 401 Unauthorized response test
|
2022-03-02 11:58:04 +11:00 |
|
Matt-Yorkley
|
a222b507fb
|
Update and document authentication methods
|
2022-03-02 11:58:04 +11:00 |
|
Matt-Yorkley
|
028d02ccca
|
Test serialized relationship data
|
2022-03-02 11:55:46 +11:00 |
|
Matt-Yorkley
|
46f9d3ef81
|
Test permissions combined with Ransack searches
|
2022-03-02 11:55:46 +11:00 |
|
Matt-Yorkley
|
76f14a03c6
|
Add specs and JSON schemas
Include test helpers
|
2022-03-02 11:55:46 +11:00 |
|
Jean-Baptiste Bellet
|
f47de45346
|
Reference splitcheckout as a checkout redirect
This stored in session value is used to redirect after login
Update tests as well, thanks @filipefurtad0 ! 🙏
|
2022-03-01 15:12:18 +01:00 |
|
Jean-Baptiste Bellet
|
e14dad1575
|
Update test on payment step
|
2022-03-01 14:51:24 +01:00 |
|
Jean-Baptiste Bellet
|
3e85762143
|
Create a test that test the redirection after the split checkout login
Should be redirected on the first step
|
2022-03-01 14:25:41 +01:00 |
|
Jean-Baptiste Bellet
|
96d4ee3f4f
|
Extract to a method in the split checkout helper
|
2022-03-01 14:25:08 +01:00 |
|
Filipe
|
d052c4f8a4
|
Merge pull request #8869 from filipefurtad0/remove_signup_string
Removes signup string from private shop login screen
|
2022-03-01 08:20:06 +00:00 |
|
Filipe
|
1338bcbf57
|
Merge pull request #8939 from filipefurtad0/stock_spec_checkout_split
Checks stock restrictions on checkout split (system spec)
|
2022-02-28 16:42:58 +00:00 |
|
Filipe
|
d84b6ce2ad
|
Merge pull request #8772 from filipefurtad0/add_specs_split_checkout_payment
[Split Checkout] Adds tests on payments
|
2022-02-28 16:42:12 +00:00 |
|
Jean-Baptiste Bellet
|
e47198f1e5
|
Handle both types of redirection
One is based on the order step itself, the other is based on the current step passed through the params
|
2022-02-28 15:23:37 +01:00 |
|
jibees
|
eeae67e2d0
|
Merge pull request #8935 from mkllnk/clean-rubocop
Relax our style guide
|
2022-02-28 15:16:46 +01:00 |
|
filipefurtad0
|
f6304892c2
|
Adds controller coverage for stock restrictions
|
2022-02-27 22:01:48 +00:00 |
|
filipefurtad0
|
7a6f3d67e2
|
Implements shared example; Checks stock restriction on payment step
|
2022-02-27 21:51:03 +00:00 |
|
filipefurtad0
|
eb56027505
|
Moves out-of-stock block within correct context
|
2022-02-27 19:56:45 +00:00 |
|
filipefurtad0
|
8ac2035d0c
|
Addresses style issue
|
2022-02-25 16:47:17 +00:00 |
|
filipefurtad0
|
751e817deb
|
Renames shared_examples
|
2022-02-25 16:32:31 +00:00 |
|
filipefurtad0
|
82b6d39191
|
Re-names payment; addresses style issues
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
daffe333c5
|
Adds coverage on order completition for Cash/Paypal
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
c4bf36d402
|
Adds Stripe SCA to shared examples block
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
d336ab52a1
|
Adds Paypal to shared examples block
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
ae3eb90668
|
Adds shared examples block, with cash
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
09cd9b8462
|
Adds a test on payment method requirement
|
2022-02-25 16:06:26 +00:00 |
|
filipefurtad0
|
9449c7c919
|
Adds a context for existing test case
|
2022-02-25 16:06:26 +00:00 |
|