Skip to content

Commit

Permalink
Update app/furniture/marketplace/stripe_events_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman authored Oct 31, 2023
1 parent 439e60d commit 8fddcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/furniture/marketplace/stripe_events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create
order.events.create(description: "Payment Received")

if marketplace.square_order_notifications_enabled?
square_order = SquareOrder.new(order)
square_order = Marketplace::SquareOrder.new(order)
square_order.send_to_seller_dashboard
end

Expand Down

0 comments on commit 8fddcd4

Please sign in to comment.