Skip to content

Commit

Permalink
Merge branch 'master' into launch
Browse files Browse the repository at this point in the history
  • Loading branch information
smartclash committed Nov 15, 2020
2 parents 9083eb3 + e9edd89 commit 658f7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/assets/images/razorpay_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/plans/redirect.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<input type="hidden" name="order_id" value="{{ $order }}">
<input type="hidden" name="name" value="FormZend">
<input type="hidden" name="description" value="Form submissions, made easy!">
<input type="hidden" name="image" value="https://cdn.razorpay.com/logos/BUVwvgaqVByGp2_large.png">
<input type="hidden" name="image" value="{{ asset('assets/images/razorpay_image.png') }}">
<input type="hidden" name="prefill[email]" value="{{ auth()->user()->email }}">
<input type="hidden" name="callback_url" value="{{ route('plans.payment.done') }}">
<input type="hidden" name="cancel_url" value="{{ route('plans.payment.cancelled') }}">
Expand Down

0 comments on commit 658f7c5

Please sign in to comment.