Showing
3 changed files
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
| 2 | 2 | ||
| 3 | ext { | 3 | ext { |
| 4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
| 5 | - PUBLISH_VERSION = '4.5.4-cosbeta46' | 5 | + PUBLISH_VERSION = '4.5.4-cosbeta47' |
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
| 7 | } | 7 | } |
| 8 | 8 | ... | ... |
| ... | @@ -167,7 +167,7 @@ public class ContextualActivity extends Activity implements View.OnClickListener | ... | @@ -167,7 +167,7 @@ public class ContextualActivity extends Activity implements View.OnClickListener |
| 167 | if (!Thread.currentThread().isInterrupted()) { | 167 | if (!Thread.currentThread().isInterrupted()) { |
| 168 | WarplyManager.submitOrder(new CosmoteSubmitOrderRequest() | 168 | WarplyManager.submitOrder(new CosmoteSubmitOrderRequest() |
| 169 | .setCommunicationUuid("") | 169 | .setCommunicationUuid("") |
| 170 | - .setUserMsisdn(WarplyManagerHelper.getConsumer().getMsisdn()) | 170 | + .setUserMsisdn(WarplyManagerHelper.getConsumer().getMsisdn()) //TODO: revert it with mSender |
| 171 | .setBusinessService(mCCMS.getBusinessService()) | 171 | .setBusinessService(mCCMS.getBusinessService()) |
| 172 | .setOfferName(mCCMS.getOfferName()) | 172 | .setOfferName(mCCMS.getOfferName()) |
| 173 | .setProductType(mCCMS.getProductType()) | 173 | .setProductType(mCCMS.getProductType()) | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment