Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay authored Apr 1, 2017
1 parent f67dcb9 commit d8fcd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ de la variable **client** como se muestra a continuación.
# @param [float] order_price Monto de la orden
# @param [string] customer_name Nombre del cliente
# @param [string] customer_email Email del cliente
# @param [string] payment_type (default = OXXO) Tienda en la cual se realizara el deposito (internal_name de objetos Provider)
# @param [string] payment_type (default = SEVEN_ELEVEN) Tienda en la cual se realizara el deposito (internal_name de objetos Provider)
# @param [string] currency (default = MXN) Divisa de la moneda para elcobro (USD, EUR, GBP, MXN)
# @param [int] expiration_time (default = nil) Fecha en formato Epoch para marcar la expiración de la orden
order_info = {
Expand All @@ -164,7 +164,7 @@ order_info = {
order_price: 123.45,
customer_name: 'Eduardo Aguilar',
customer_email: 'eduardo.aguilar@compropago.com',
payment_type: 'OXXO',
payment_type: 'SEVEN_ELEVEN',
currency: 'MXN',
expiration_time: 1484786210
}
Expand Down

0 comments on commit d8fcd4d

Please sign in to comment.