Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
update javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Jan 8, 2016
1 parent f9a5f20 commit 9d86bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions card.io/src/main/java/io/card/payment/CardIOActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public final class CardIOActivity extends Activity {

/**
* Boolean extra. Optional. Defaults to <code>false</code>. If set, the postal code will only collect numeric
* input. Set this is you know the <a href="https://en.wikipedia.org/wiki/Postal_code">expected country</a>
* has only numeric postal codes.
* input. Set this if you know the <a href="https://en.wikipedia.org/wiki/Postal_code">expected country's
* postal code</a> has only numeric postal codes.
*/
public static final String EXTRA_RESTRICT_POSTAL_CODE_TO_NUMERIC_ONLY = "io.card.payment.restrictPostalCodeToNumericOnly";

Expand Down

0 comments on commit 9d86bf8

Please sign in to comment.