Skip to content

Commit 25b8d4c

Browse files
author
Tina Kung
committed
Update .gitignore
1 parent d0b01ee commit 25b8d4c

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,5 @@ OrderBuilderSampleCode/Amend/src/pages/.svn/all-wcprops
146146
OrderBuilderSampleCode/Amend/src/pages/.svn/entries
147147

148148
OrderBuilderSampleCode/Amend/src/pages/.svn/text-base/AmendCallSampleTestPage.page.svn-base
149+
150+
OrderBuilderSampleCode/Amend/src/pages/.svn/entries

OrderBuilderSampleCode/Amend/src/pages/.svn/entries

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ cc96f159-e043-459b-a952-bd0332af0526
2828

2929
AmendCallSampleTestPage.page
3030
file
31+
1378
3132

3233

3334

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
4040

4141

4242

@@ -58,7 +58,7 @@ jiangtao
5858

5959

6060

61-
836
61+
837
6262

6363
AmendCallSampleTestPage.page-meta.xml
6464
file
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<apex:page controller="AmendCallSample">
2-
<script type="text/javascript">
2+
<script type="text/javascript">
33
function showResult(success){
44
if(success == true){
55
alert("Amend call is sucessful, please check your subscritpion in Z-Billing Platform");
@@ -8,11 +8,16 @@
88
}
99
}
1010
</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:&nbsp;&nbsp; <apex:inputText value="{!subId}" id="subId" title="Please input subscription id, which you want to apply amendment..."/> &nbsp;&nbsp;
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:&nbsp;&nbsp; <apex:inputText value="{!subId}"
17+
id="subId"
18+
title="Please input subscription id, which you want to apply amendment..." /> &nbsp;&nbsp;
19+
<apex:CommandButton value="Amend Call"
20+
action="{!amendForFullNewProduct}"
21+
oncomplete="showResult({!success})" />
22+
</apex:form>
1823
</apex:page>

0 commit comments

Comments
 (0)