Skip to content
Permalink
Browse files
Thigh up
  • Loading branch information
ivanovn committed Feb 13, 2021
1 parent 1c9590e commit 7766411a5e09a27717025ddc1797a83af73556c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
@@ -11,12 +11,6 @@ class Profile extends Model

protected $guarded = [];

//public function profileImage()
//{
// $imagePath = ($this->image) ? $this->image : 'def.png';
// return '/storage/' . $imagePath;
//}

public function user()
{
return $this->belongsTo(User::class);
@@ -17,16 +17,16 @@
{{ __('You are in Donation!') }}

<form>
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pIaGoPD69OsOWmh1FIE8Hl4J"
data-amount="500"
data-name="CUEH"
data-description="Better Hackers"
data-image="/logo/logo.png"
data-locale="auto"
data-currency="gbp">
</script>
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_pIaGoPD69OsOWmh1FIE8Hl4J"
data-amount="500"
data-name="CUEH"
data-description="Better Hackers"
data-image="/logo/logo.png"
data-locale="auto"
data-currency="gbp">
</script>
</form>
</div>
</div>

0 comments on commit 7766411

Please sign in to comment.