Skip to content

Commit

Permalink
use the new order initiation api
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Aug 18, 2011
1 parent 233f28b commit 85d11b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 35,7 @@
import com.paypal.android.MEP.PayPalPayment;

public class ClockworkModBillingClient {
static final String BASE_URL = "https://2.clockworkbilling.appspot.com";
static final String BASE_URL = "https://clockworkbilling.appspot.com";
static final String API_URL = BASE_URL "/api/v1";
static final String ORDER_URL = API_URL "/order/%s/%s?buyer_id=%s&custom_payload=%s&sandbox=%s";
static final String INAPP_NOTIFY_URL = API_URL "/notify/inapp/%s";
Expand Down

0 comments on commit 85d11b3

Please sign in to comment.