Daniel Dominguez
|
9d9a974295
|
Switched gem FactoryGirl to FactoryBot as FactoryGirl is deprecated.
- Change FactoryGirl to FactoryBot everywhere on code.
|
2018-05-04 11:52:08 -03:00 |
|
Pau Pérez Fabregat
|
15bd0de971
|
Merge pull request #2194 from wrycoder/spec-deprecation-fix
Replacing deprecated #ignore with #transient
|
2018-04-03 18:53:04 +02:00 |
|
Pau Pérez Fabregat
|
87329ad729
|
Merge pull request #2092 from ltrls/fix-tax-admin-order-show
Fix incorrect tax on Admin Order Show
|
2018-04-03 08:36:10 +02:00 |
|
Michael Toulouse
|
0519269a53
|
Replacing deprecated #ignore with #transient
|
2018-04-02 06:40:12 -04:00 |
|
Pierre de Lacroix
|
e0b12b1332
|
Remove dependency on model method in feature test
|
2018-03-20 12:18:54 +01:00 |
|
Pierre de Lacroix
|
03de6c690c
|
Fix incorrect tax amount on Admin Order #show
by calling Order#tax_adjustment_totals from
Order#price_adjustment_totals
|
2018-03-20 12:18:09 +01:00 |
|
Matt-Yorkley
|
fdc14ab44e
|
Add controller specs
|
2018-02-14 15:37:22 +00:00 |
|
Rob Harrington
|
7017c8540c
|
Replace references to 'standing line item' with 'subscription line item'
|
2018-02-09 14:44:15 +11:00 |
|
Rob Harrington
|
b7876ebfbf
|
Replace references to 'standing order' with 'subscription' (spec)
|
2018-02-09 14:44:14 +11:00 |
|
Rob Harrington
|
4b440c83a4
|
WIP: ProxyOrders don't require an order, StandingOrderForm changes
|
2018-02-09 14:43:55 +11:00 |
|
Rob Harrington
|
2231d4c6cf
|
Using factories to build spec data rather than StandingOrderForm
|
2018-02-09 14:43:54 +11:00 |
|
Rob Harrington
|
64206bc35b
|
ProxyOrders belong to order cycles
|
2018-02-09 14:43:54 +11:00 |
|
Rob Harrington
|
107474fc74
|
Fixing standing_order_with_items factory
|
2018-02-09 14:43:53 +11:00 |
|
Rob Harrington
|
178aadb311
|
WIP, SO placement job: Finding orders to be placed
|
2018-02-09 14:43:39 +11:00 |
|
Rob Harrington
|
38d75d2b1c
|
Standing Orders: adding routing and controller action for deleting standing line items
|
2018-02-09 14:43:37 +11:00 |
|
Rob Harrington
|
1b711bcd46
|
Standing Orders can be edited
|
2018-02-09 14:43:37 +11:00 |
|
Rob Harrington
|
b701ca43f4
|
WIP: adding shiping and billing address to StandingOrder model
|
2018-02-09 14:43:37 +11:00 |
|
Rob Harrington
|
c18c1c67d1
|
Adding visibility permissions for standing orders
|
2018-02-09 14:43:32 +11:00 |
|
Rob Harrington
|
946046e53b
|
Moving action for estimating standing_line_item prices into StandingLineItemController#build
|
2018-02-09 14:43:31 +11:00 |
|
Rob Harrington
|
d711c321b6
|
SO: Adding Standing Order Model
|
2018-02-09 14:43:29 +11:00 |
|
Rob Harrington
|
357040f67a
|
Enterprise User can create and update schedules via OC index
|
2018-02-09 14:43:28 +11:00 |
|
Matt-Yorkley
|
ba98c7e2c5
|
Rewrite enterprise contact functionality
|
2018-02-07 10:41:52 +11:00 |
|
Matt-Yorkley
|
22eae753fe
|
Remove enterprise confirmations
|
2018-02-07 10:41:52 +11:00 |
|
Matt-Yorkley
|
69ea1e6d26
|
Set test users to confirmed by default
|
2018-02-07 10:41:51 +11:00 |
|
Rob Harrington
|
ee92f46bd5
|
Fix stripe request spec by providing en enterprise_id
The enterprise_id is used to lookup a StripeAccount which is provided to the Spree::Token#create call in the StripeConnect gateway
|
2017-09-23 14:58:33 +10:00 |
|
Rob Harrington
|
42dd58426e
|
Auto-correct rubocop offences for stripe-connect
|
2017-09-23 14:58:32 +10:00 |
|
stveep
|
300dc3084c
|
Add default card, disable inputs when a card is selected
|
2017-09-23 14:58:31 +10:00 |
|
Steve Pettitt
|
1c69f2c670
|
Stripe Helper specs
|
2017-09-23 14:57:02 +10:00 |
|
Rohan Mitchell
|
0446b8d72f
|
TestingSupport moved out of Core namespace
|
2017-09-08 23:55:48 +10:00 |
|
Rob Harrington
|
c7ed27286a
|
Rubocop: Correct Lint/ParenthesesAsGroupedExpression offences
|
2017-06-23 17:02:20 +10:00 |
|
stveep
|
4699c654fc
|
Fix feature specs for new 'new admin order' flow
|
2017-05-19 16:10:06 +10:00 |
|
stveep
|
fcce858ea4
|
Fix OC with override factory
|
2017-05-19 16:06:43 +10:00 |
|
stveep
|
1f9698f7a2
|
Test to reproduce bug with overridden price not being displayed when an order is added manually
|
2017-05-19 16:06:43 +10:00 |
|
Rob Harrington
|
5eadb33db9
|
Using changes_allowed? to authorize cancellation of line_items
|
2017-05-05 14:20:57 +10:00 |
|
Rob Harrington
|
217eda8362
|
Shipping and payment fees are updated for completed orders when the order changes
|
2017-05-05 14:20:57 +10:00 |
|
Maikel Linke
|
479c7ba24b
|
Update transaction fees of completed orders
The adjustments associated to incomplete payments are re-calculated when
a line item is removed from a completed order.
|
2017-05-05 14:19:32 +10:00 |
|
Maikel Linke
|
1f08729df3
|
Update shipping fees after removing item
After removing an item from a completed order, update the shipping fees
of all shipments that are pending or ready (not completed).
|
2017-05-05 14:19:32 +10:00 |
|
Rohan Mitchell
|
376c4c3e0e
|
Fix factories - base_product and base_variant removed
|
2016-11-04 09:39:17 +11:00 |
|
Bing Xie
|
7f203f5491
|
Show billing address and shipping address on customers index page
|
2016-08-12 14:44:59 +10:00 |
|
Rohan Mitchell
|
ba854d12c8
|
Remove CMS specs
|
2016-07-29 09:14:36 +10:00 |
|
Rohan Mitchell
|
58379a5e28
|
Extract property merging to lib class
|
2016-06-24 07:57:06 +10:00 |
|
Rob Harrington
|
1e142aa628
|
Refactoring OrderCycleFormApplicator logic for improved update speed
|
2016-06-17 16:44:02 +10:00 |
|
Rob Harrington
|
70e6428c1f
|
Adding FilterOrderCycle tag rule
|
2016-05-27 16:25:10 +10:00 |
|
Rob Harrington
|
e553b8c590
|
Adding filter payment method tag rule logic
|
2016-05-27 16:25:10 +10:00 |
|
Rob Harrington
|
17fa0d2baf
|
Adding tag rule logic for filtering products
|
2016-05-27 16:23:26 +10:00 |
|
Rob Harrington
|
d278b72289
|
Updating Tag Rules UI to allow management of new FilterShippingMethods rule type
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
f70b1f4572
|
Refactoring tag rule model and adding new rule type: FilterShippingMethod
|
2016-04-01 19:48:25 +11:00 |
|
Rob Harrington
|
3aea387b9a
|
First iteration of a model for tag rules
|
2016-04-01 19:44:17 +11:00 |
|
Maikel
|
ca0c677d46
|
Auto-merged master into uk/account-balances on deployment.
|
2016-03-19 07:16:41 +11:00 |
|
Maikel
|
f2c8ea9722
|
Auto-merged master into uk/account-balances on deployment.
|
2016-03-09 14:43:05 +11:00 |
|