File tree Expand file tree Collapse file tree 3 files changed +22
-15
lines changed
OrderBuilderSampleCode/Amend/src/pages/.svn Expand file tree Collapse file tree 3 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -146,3 +146,5 @@ OrderBuilderSampleCode/Amend/src/pages/.svn/all-wcprops
146
146
OrderBuilderSampleCode /Amend /src /pages /.svn /entries
147
147
148
148
OrderBuilderSampleCode /Amend /src /pages /.svn /text-base /AmendCallSampleTestPage.page.svn-base
149
+
150
+ OrderBuilderSampleCode /Amend /src /pages /.svn /entries
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ cc96f159-e043-459b-a952-bd0332af0526
28
28
29
29
AmendCallSampleTestPage.page
30
30
file
31
+ 1378
31
32
32
33
33
34
34
-
35
- 2012-04-27T21:34:08.000000Z
36
- 3ae25b91a2bf633faf3b68377e363cb0
37
- 2012-04-24T09:56:43.968785Z
38
- 1372
39
- jiangtao
35
+ 2012-04-28T00:22:37.000000Z
36
+ c94cd8a7e4db3b81372880f695d515b1
37
+ 2012-04-28T00:23:19.257920Z
38
+ 1378
39
+ tinakung
40
40
41
41
42
42
@@ -58,7 +58,7 @@ jiangtao
58
58
59
59
60
60
61
- 836
61
+ 837
62
62
63
63
AmendCallSampleTestPage.page-meta.xml
64
64
file
Original file line number Diff line number Diff line change 1
1
<apex:page controller="AmendCallSample">
2
- <script type="text/javascript">
2
+ <script type="text/javascript">
3
3
function showResult(success){
4
4
if(success == true){
5
5
alert("Amend call is sucessful, please check your subscritpion in Z-Billing Platform");
8
8
}
9
9
}
10
10
</script>
11
- <span style="color:red; font-size:xx-large">Demostrate how use amend call api</span>
12
- <br/>
13
- <br/>
14
- <apex:form >
15
- Subscription ID: <apex:inputText value="{!subId}" id="subId" title="Please input subscription id, which you want to apply amendment..."/>
16
- <apex:CommandButton value="Amend Call" action="{!amendForFullNewProduct}" oncomplete="showResult({!success})"/>
17
- </apex:form>
11
+ <span style="color: red; font-size: xx-large">Demostrate how use
12
+ amend call api</span>
13
+ <br />
14
+ <br />
15
+ <apex:form>
16
+ Subscription ID: <apex:inputText value="{!subId}"
17
+ id="subId"
18
+ title="Please input subscription id, which you want to apply amendment..." />
19
+ <apex:CommandButton value="Amend Call"
20
+ action="{!amendForFullNewProduct}"
21
+ oncomplete="showResult({!success})" />
22
+ </apex:form>
18
23
</apex:page>
You can’t perform that action at this time.
0 commit comments