Skip to content

Commit

Permalink
fix(market-party): notification wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbanavi committed Aug 23, 2024
1 parent 0b2ee1a commit d3eba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/MarketPartyNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function toTelegram($notifiable)
'🛵 '.($vendor['isPro'] ? '<s>'.number_format($vendor['deliveryFee']).' ت</s> <b> ارسال رایگان (پرو)</b>' : number_format($vendor['deliveryFee']).' ت')."\n\n".
"⌛️ {$product['marketPartyCapacity']} موجود ({$product['capacity']} قابل سفارش، کف ".number_format($product['minOrder']).' ت)'
)
->photo(empty($product['mainImage']) ? 'https://raw.githubusercontent.com/ahbanavi/goshne/main/resource/default.jpg' : $product['main_image'])
->photo(empty($product['mainImage']) ? 'https://raw.githubusercontent.com/ahbanavi/goshne/main/resource/default.jpg' : $product['mainImage'])
->button('🛒 سوپر مارکت ', $vendor_url);
}

Expand Down

0 comments on commit d3eba98

Please sign in to comment.