Skip to content

Commit

Permalink
Adding support in purchase.rb for order_date and currency_iso
Browse files Browse the repository at this point in the history
increasing version to 0.0.7
  • Loading branch information
omrico1 committed May 26, 2013
1 parent 6a67764 commit 25c9f86
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
############################################################
## PLEASE ADD NEW CHANGES AT THE *BOTTOM* !!
##
## Change format:
##
## YYYY-MM-DD Commiter Name
## 1. Change one
## 2. Change two
##
## Please allow single line space line from the last commit
##
############################################################

2013-05-26 Omri Cohen
1. Adding support in purchase.rb for order_date and currency_iso
2. increasing version to 0.0.7
2 changes: 2 additions & 0 deletions lib/yotpo/api/purchase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ def create_new_purchase(params)
utoken: params[:utoken],
email: params[:email],
customer_name: params[:customer_name],
order_date: params[:order_date],
currency_iso: params[:currency_iso],
order_id: params[:order_id],
platform: params[:platform],
products: params[:products]
Expand Down
2 changes: 1 addition & 1 deletion lib/yotpo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Yotpo
VERSION = '0.0.6'
VERSION = '0.0.7'
end

0 comments on commit 25c9f86

Please sign in to comment.