diff --git a/bridges/HumbleStoreDiscountBridge.php b/bridges/HumbleStoreDiscountBridge.php index 4de541ec..7e5ece3d 100755 --- a/bridges/HumbleStoreDiscountBridge.php +++ b/bridges/HumbleStoreDiscountBridge.php @@ -33,7 +33,7 @@ class HumbleStoreDiscountBridge extends BridgeAbstract{ $thumbnail = 'https://www.humblebundle.com' . $value['storefront_featured_image_small']; $content = '' . $value['storefront_featured_image_small'] . '

' . $product_name - . '

Current price: ' . $new_price . '
Full price: ' . $full_price + . '

Current price: ' . $new_price . '
Full price: ' . $full_price .'
Sale ends: '. date('d M Y', $sale_end) . '
Developer: ' . $value['developer_name'] . '
Delivery methods: ' . $delivery_methods . '
Platforms: ' . $platforms . '
' . $value['description'];