Skip to content

Commit

Permalink
Disabling sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
MinePoS Dedicated committed Jul 4, 2018
1 parent 77c307a commit f7fb36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/self-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'version_installed' => env('SELF_UPDATER_VERSION_INSTALLED', '0.0.2'),
'version_installed' => env('SELF_UPDATER_VERSION_INSTALLED', '0.0.3'),

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resources/views/buycraft/SendToPayPal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@section('content')
<center><h3>Redirecting to paypal</h3></center>
<img width="301" style="margin: auto;" src="http://i.imgur.com/GCNyjJY.gif"></img>
<form name="myform" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<form name="myform" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="{{\Setting::get('paypal_email')}}" />
<input type="hidden" name="notify_url" value="{{route('paypal.ipn')}}" />
<input type="hidden" name="cancel_return" value="{{route('store.index')}}" />
Expand Down

0 comments on commit f7fb36a

Please sign in to comment.