Skip to content

Commit

Permalink
Change payment confirmation type to embossing only
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmalacofilho committed Jan 2, 2018
1 parent 71c0556 commit a6f6d55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Patch release: v1.0.2

January 2nd, 2018... Happy new year!

Fix call parameter per request from Acesso Card.

- Change payment confirmation type to embossing only


## Patch release: v1.0.1

December 28th, 2017.
Expand Down
2 changes: 1 addition & 1 deletion src/Server.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Server {
public static var requestId(default,null):String;
public static var shortId(default,null):String;
public static var codeVersion(default,null):Float;
public static var serverVersion(default,null) = "1.0.1";
public static var serverVersion(default,null) = "1.0.2";
#if dev
public static var userAgent = 'LBELCard-dev (localhost) Neko Haxe'; // TODO add neko and haxe versions [automatically]
#else
Expand Down
2 changes: 1 addition & 1 deletion src/async/AcessoProcessor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class AcessoProcessor {
DataPagamento : Date.now(),
TokenOperacao : req,
TpMeioPagamento : Outros,
TpOperacao : Embossing_Carga_Cartao,
TpOperacao : Embossing_Cartao,
ValorPagamento : cost
}
show(cost);
Expand Down

0 comments on commit a6f6d55

Please sign in to comment.