Skip to content

Commit

Permalink
root url changed for preprod env
Browse files Browse the repository at this point in the history
...to https://api-preprod.mangopay.com
+ Reusable removed from Card and CardRegistration
  • Loading branch information
Sergiusz Woźnicki committed Sep 26, 2013
1 parent 3d0a949 commit eaf9297
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
Binary file modified dist/mangopaysdk.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/mangopay/core/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Configuration {
/**
* Base URL to MangoPay API
*/
public String BaseUrl = "https://mangopay-api-inte.leetchi.com";
public String BaseUrl = "https://api-preprod.mangopay.com";

/**
* [INTERNAL USAGE ONLY] Switch debug mode: log all request and response data
Expand Down
6 changes: 0 additions & 6 deletions src/com/mangopay/entities/Card.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,4 @@ public class Card extends EntityBase {
* Validity.
*/
public String Validity;

/**
* Reusable.
*/
public Boolean Reusable;

}
5 changes: 0 additions & 5 deletions src/com/mangopay/entities/CardRegistration.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ public class CardRegistration extends EntityBase {
* Status.
*/
public String Status;

/**
* Reusable.
*/
public Boolean Reusable;

@Override
public ArrayList<String> getReadOnlyProperties() {
Expand Down

0 comments on commit eaf9297

Please sign in to comment.