remove payment methods
This commit is contained in:
@@ -64,7 +64,6 @@ class OrderReservation < ApplicationRecord
|
||||
order_reservation.transaction_ref = order_reserve[:reference]
|
||||
if order_reserve[:order_info]
|
||||
order_reservation.item_count = order_reserve[:order_info][:items].count
|
||||
order_reservation.payment_methods = order_reserve[:payment_info][:payment_methods].to_json
|
||||
order_reservation.payment_type = order_reserve[:payment_info][:payment_type]
|
||||
order_reservation.payment_status = order_reserve[:payment_info][:payment_status]
|
||||
order_reservation.payment_ref = order_reserve[:payment_info][:payment_ref]
|
||||
|
||||
Reference in New Issue
Block a user