Skip to content

Commit

Permalink
Fixed request description. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 5, 2018
1 parent 36529a3 commit 14845a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BunqSdkTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class BunqSdkTestBase extends TestCase
*/
const SPENDING_MONEY_AMOUNT = '500';
const SPENDING_MONEY_RECIPIENT = 'sugardaddy@bunq.com';
const SPENDING_MONEY_DESCRIPTION = 'sdk php test, thanks daddy <3 - OG';
const SPENDING_MONEY_DESCRIPTION = 'sdk php test, thanks daddy <3';

/**
*/
Expand Down

0 comments on commit 14845a8

Please sign in to comment.