Skip to content

Commit

Permalink
Merge pull request #408 from Purple-Stock/staging
Browse files Browse the repository at this point in the history
open the endpoint
  • Loading branch information
puppe1990 authored Nov 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0c336a1 + 3838c8f commit 045a5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/checkout/orders_controller.rb
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ module Api
module V1
module Checkout
class OrdersController < ApplicationController
skip_before_action :authenticate_user!, only: [:find_order]

def find_order
@bling_shein_orders = BlingOrderItem

0 comments on commit 045a5ac

Please sign in to comment.