lib/parseitc/transaction.rb in parseitc-0.1.5 vs lib/parseitc/transaction.rb in parseitc-0.1.6
- old
+ new
@@ -18,10 +18,10 @@
:vendor_offer_code,
:promo_code,
:country,
:apple_identifier # itunes link id
- alias :price :royalty_price
+ alias :price :customer_price
def initialize array
raise WrongNumberOfElements.new(27, array.length) unless array.length == 27
@provider = array[0]
@provider_country = array[1]
\ No newline at end of file