Skip to content

Commit

Permalink
fix publishable api key is required
Browse files Browse the repository at this point in the history
  • Loading branch information
RoduanKD committed Feb 23, 2022
1 parent 36ef748 commit b4b5cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/init.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description: '{{ $description ?? config('moyasar.description') }}',
// Required
publishable_key: '{{ config('moyasar.publishable_key') }}',
publishable_api_key: '{{ config('moyasar.publishable_key') }}',
// Required
// This URL is used to redirect the user when payment process has completed
Expand Down

0 comments on commit b4b5cdc

Please sign in to comment.