Fix Order model name.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
module BurstNet
|
module BurstNet
|
||||||
class Product < BurstNet::Model
|
class Order < BurstNet::Model
|
||||||
attr_accessor :id
|
attr_accessor :id
|
||||||
|
|
||||||
def initialize(params)
|
def initialize(params)
|
||||||
|
|||||||
Reference in New Issue
Block a user