mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Remove untested change to payments
This commit is contained in:
@@ -14,7 +14,7 @@ module Api
|
||||
end
|
||||
|
||||
def payments
|
||||
object.payments.joins(:payment_method).includes(:spree_payments).where('state IN (?)', %w(completed pending))
|
||||
object.payments.joins(:payment_method).where('state IN (?)', %w(completed pending))
|
||||
end
|
||||
|
||||
def shop_id
|
||||
|
||||
Reference in New Issue
Block a user