Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
erp5
Commits
12346306
Commit
12346306
authored
Dec 16, 2012
by
Rafael Monnerat
👻
Committed by
Xiaowu Zhang
Feb 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix script name convention
Renamed SaleOrder_finalizeShopping to WebSection_finalizeShopping.
parent
c9b17ace
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/WebSection_finalizeShopping.xml
...ortal_skins/erp5_commerce/WebSection_finalizeShopping.xml
+1
-1
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_paypal_legacy/SaleOrder_viewPaypalForm.xml
.../erp5_commerce_paypal_legacy/SaleOrder_viewPaypalForm.xml
+1
-1
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_paypal_legacy/WebSection_doPaypalPayment.xml
...rp5_commerce_paypal_legacy/WebSection_doPaypalPayment.xml
+1
-1
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_widget_library/WebSection_viewCreditCardPayment/fake_payment.xml
...library/WebSection_viewCreditCardPayment/fake_payment.xml
+1
-1
bt5/erp5_commerce/bt/revision
bt5/erp5_commerce/bt/revision
+1
-1
No files found.
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/
SaleOrder
_finalizeShopping.xml
→
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/
WebSection
_finalizeShopping.xml
View file @
12346306
...
...
@@ -264,7 +264,7 @@ context.Base_redirect(\'SaleOrder_viewThankYouMessage\')\n
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
SaleOrder
_finalizeShopping
</string>
</value>
<value>
<string>
WebSection
_finalizeShopping
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_paypal_legacy/SaleOrder_viewPaypalForm.xml
View file @
12346306
...
...
@@ -75,7 +75,7 @@
<input
type=
"hidden"
name=
"business"
value=
"vincen_1247039207_biz@nexedi.com"
>
\n
\n
<input
type=
"hidden"
name=
"rm"
value=
"POST"
>
\n
<input
type=
"hidden"
name=
"notify_url"
tal:attributes=
"value python: \'%s/
SaleOrder
_finalizeShopping\' % (base_url)"
>
\n
<input
type=
"hidden"
name=
"notify_url"
tal:attributes=
"value python: \'%s/
WebSection
_finalizeShopping\' % (base_url)"
>
\n
<input
type=
"hidden"
name=
"return"
tal:attributes=
"value python: \'%s/SaleOrder_viewThankYouMessage\' % (base_url)"
>
\n
<input
type=
"hidden"
name=
"cancel_return"
tal:attributes=
"value python: \'%s?portal_status_message=Payment canceled.\' % (base_url)"
>
\n
\n
...
...
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_paypal_legacy/WebSection_doPaypalPayment.xml
View file @
12346306
...
...
@@ -86,7 +86,7 @@ if response_dict[\'ACK\'] != \'Success\':\n
#Payment is ok. Set shopping cart is payed\n
context.SaleOrder_setShoppingCartBuyer()\n
\n
return context.
SaleOrder
_finalizeShopping()\n
return context.
WebSection
_finalizeShopping()\n
</string>
</value>
</item>
<item>
...
...
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_widget_library/WebSection_viewCreditCardPayment/fake_payment.xml
View file @
12346306
...
...
@@ -154,7 +154,7 @@
</item>
<item>
<key>
<string>
name
</string>
</key>
<value>
<string>
SaleOrder
_finalizeShopping:method
</string>
</value>
<value>
<string>
WebSection
_finalizeShopping:method
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_commerce/bt/revision
View file @
12346306
308
\ No newline at end of file
309
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment