successful spelling, RT#74993
authorIvan Kohler <ivan@freeside.biz>
Fri, 3 Mar 2017 18:18:25 +0000 (10:18 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 3 Mar 2017 18:18:25 +0000 (10:18 -0800)
FS/FS/ClientAPI/MyAccount.pm
FS/FS/part_event/Condition/once.pm
eg/part_event-Action-template.pm
fs_selfservice/php/process_payment_order_renew.php
httemplate/edit/cust_pay_pending.html
httemplate/edit/process/cust_pay_pending.html
httemplate/edit/process/elements/ApplicationCommon.html
httemplate/misc/process/payment.cgi

index 3d01c0d..254a8df 100644 (file)
@@ -1199,7 +1199,7 @@ sub do_process_payment {
 
     #and generate an invoice for it now too
     $error = $cust_main->bill( 'pkg_list' => [ $cust_pkg ] );
-    return { 'error' => "payment processed and fee ordered sucessfully, but error billing fee: $error" }
+    return { 'error' => "payment processed and fee ordered successfully, but error billing fee: $error" }
       if $error;
 
   }
index f164582..464e49e 100644 (file)
@@ -12,7 +12,7 @@ sub description { "Don't run this event again after it has completed successfull
 sub implicit_flag { 10; }
 
 sub remove_warning {
-  'Are you sure you want to remove this condition?  Doing so will allow this event to run every time the other conditions are satisfied, even if it has already run sucessfully.'; #better error msg?
+  'Are you sure you want to remove this condition?  Doing so will allow this event to run every time the other conditions are satisfied, even if it has already run successfully.'; #better error msg?
 }
 
 sub condition {
index c2f5ba5..cf53f4b 100644 (file)
@@ -48,7 +48,7 @@ sub do_action {
   #do your action
   
   #die "Error: $error";
-  return 'Null example action completed sucessfully.';
+  return 'Null example action completed successfully.';
 
 }
 
index 2059462..0ce2aa3 100644 (file)
@@ -68,7 +68,7 @@ $session_id = $response['session_id'];
   <BODY>
     <H1>Renew Early</H1>
 
-    Renewal processed sucessfully.
+    Renewal processed successfully.
 
   </BODY>
 </HTML>
index 7d480f3..a8cc186 100644 (file)
 
     <TR>
       <TD ALIGN="center">
-        <BUTTON TYPE="button" onClick="document.pendingform.action.value = 'insert_cust_pay'; document.pendingform.submit();"><!--IMG SRC="<%$p%>images/tick.png" ALT=""-->Yes, transaction completed sucessfully.</BUTTON>
+        <BUTTON TYPE="button" onClick="document.pendingform.action.value = 'insert_cust_pay'; document.pendingform.submit();"><!--IMG SRC="<%$p%>images/tick.png" ALT=""-->Yes, transaction completed successfully.</BUTTON>
       </TD>
 
 %   if ( $action eq 'complete' ) {
index 0ff7d26..b4c9404 100644 (file)
@@ -38,7 +38,7 @@ if ( $action eq 'delete' ) {
   if ( $error ) {
     $title = 'Error deleting pending payment';
   } else {
-    $title = 'Pending payment deletion sucessful';
+    $title = 'Pending payment deletion successful';
   }
 
 } elsif ( $action eq 'insert_cust_pay' ) { 
index 6333929..835730d 100644 (file)
@@ -24,7 +24,7 @@ Examples:
 %  my $query = $m->scomp('/elements/create_uri_query');
 <% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %>
 %} else {
-<% header("$src_thing application$to sucessful") %>
+<% header("$src_thing application$to successful") %>
   <SCRIPT TYPE="text/javascript">
     window.top.location.reload();
   </SCRIPT>
index 8c12b4d..9458217 100644 (file)
@@ -238,7 +238,7 @@ if ( $cgi->param('batch') ) {
 
     #and generate an invoice for it now too
     $error = $cust_main->bill( 'pkg_list' => [ $cust_pkg ] );
-    errorpage("payment processed and fee ordered sucessfully, but error billing fee: $error")
+    errorpage("payment processed and fee ordered successfully, but error billing fee: $error")
       if $error;
 
   }