Skip to content

Commit

Permalink
fix payment description [#4]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Sep 5, 2017
1 parent b7b8f51 commit 8e57608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class PaginationScenarioTest extends BunqSdkTestBase {
*/
private final static String AMOUNT_EUR = "0.01";
private final static String CURRENCY = "EUR";
private final static String PAYMENT_DESCRIPTION = "C# test Payment";
private final static String PAYMENT_DESCRIPTION = "Java test Payment";

/**
* Gson builder for serialization.
Expand Down

0 comments on commit 8e57608

Please sign in to comment.