Pull from master
This commit is contained in:
@@ -53,7 +53,7 @@ class OrderReservation < ApplicationRecord
|
||||
order_reservation = OrderReservation.new
|
||||
order_reservation.order_reservation_type = order_reserve[:order_type]
|
||||
order_reservation.customer_id = order_reserve[:cus_info]
|
||||
order_reservation.requested_time = Time.parse(order_reserve[:requested_time]).utc
|
||||
order_reservation.requested_time = Time.zone.parse(order_reserve[:requested_time]).utc
|
||||
order_reservation.callback_url = order_reserve[:callback_url]
|
||||
order_reservation.transaction_ref = order_reserve[:reference]
|
||||
if order_reserve[:order_info]
|
||||
|
||||
Reference in New Issue
Block a user