-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the express checkout complete respose
Allow to respond with the solidus order on the express checkout complete action if the solidus_api are enabled. This is needed since the express callbacks controller create action updates the Solidus order information and those information could be useful to update the custom frontend without making another API call to Solidus.
- Loading branch information
1 parent
16c6e17
commit d37b7bd
Showing
4 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
require 'spree/testing_support/order_walkthrough' | ||
require 'spree/api/testing_support/helpers' | ||
|
||
RSpec.configure do |config| | ||
config.include Spree::Api::TestingSupport::Helpers, type: :request | ||
end |