Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/eway_rapid/entities/create_access_code_shared_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module EwayRapid
class CreateAccessCodeSharedRequest
attr_accessor :customer
attr_accessor :shipping_address
attr_accessor :shipping_method
attr_accessor :items
attr_accessor :options
attr_accessor :payment
Expand All @@ -27,7 +26,6 @@ def to_json(opts={})
{
Constants::CUSTOMER => InternalModels::Customer.to_hash(customer),
Constants::SHIPPING_ADDRESS => InternalModels::ShippingAddress.to_hash(shipping_address),
Constants::SHIPPING_METHOD => shipping_method,
Constants::ITEMS => Models::LineItem.to_array(items),
Constants::OPTIONS => InternalModels::Option.to_array(options),
Constants::PAYMENT => InternalModels::Payment.to_hash(payment),
Expand Down