Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Last active February 11, 2021 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimovdaniel/165ae8c25bbf1fce08cb5a2243127fef to your computer and use it in GitHub Desktop.
Save dimovdaniel/165ae8c25bbf1fce08cb5a2243127fef to your computer and use it in GitHub Desktop.
resources/views/qrsaas/partials/footer.blade.php
resources/lang/en.json
public/custom/css/custom_qr.css
public/custom/css/custom.css
resources/views/general/form_front.blade.php
resources/views/orders/guestorders.blade.php
resources/views/orders/success.blade.php
resources/views/profile/edit.blade.php
resources/views/restorants/partials/modals.blade.php
resources/views/restorants/register.blade.php
resources/views/settings/index.blade.php
resources/views/settings/status.blade.php
resources/views/visits/index.blade.php
.gitignore
app/Http/Controllers/CartController.php
app/Http/Controllers/DriverController.php
app/Http/Controllers/FrontEndController.php
app/Http/Controllers/Items/VariantsController.php
app/Http/Controllers/OrderController.php
app/Http/Controllers/RestorantController.php
app/Http/Controllers/SettingsController.php
app/Http/Controllers/UserController.php
app/Http/Controllers/VisitsController.php
app/Imports/ItemsImport.php
app/Notifications/CloseAccount.php
app/Notifications/DriverCreated.php
app/Notifications/RestaurantCreated.php
app/Notifications/WelcomeNotification.php
app/Order.php
app/Providers/AppServiceProvider.php
app/Repositories/Orders/BaseOrderRepository.php
app/Restorant.php
composer.lock
config/config.php
package.json
@emicantero
Copy link

emicantero commented Feb 11, 2021

This fix (2.1.2) dont resolve Stripe error.
Also Customer whatsapp message no show client data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment