Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
this values from documentation are very crap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Oct 24, 2013
1 parent 9d239f0 commit 25383ab
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,13 +21,13 @@ interface BillpayPayCompleteResponseInterface
* optional, only on buy with invoice
* BillPay account number for the claim.
*/
const POB_ACCOUNTNUMBER = 'n[..10]';
const POB_ACCOUNTNUMBER = 'ans[..50]';

/**
* optional, only on buy with invoice
* BillPay bank code for the claim.
*/
const POB_BANKCODE = 'n[8]';
const POB_BANKCODE = 'ans[..50]';

/**
* optional, only on buy with invoice
Expand Down

0 comments on commit 25383ab

Please sign in to comment.